v3.9.0: feat() upgrade to node lts, feat() upgrade axios, jest and other dependencies, chore(): move some dependencies to optional

This commit is contained in:
tiagosiebler
2024-01-25 14:42:39 +00:00
parent 0c872173c0
commit 7fcf4b0bf4
14 changed files with 4013 additions and 4834 deletions

View File

@@ -20,6 +20,7 @@ export function getTestProxy(): AxiosRequestConfig {
username: user,
password: pass,
},
protocol: 'http',
},
};
}

8
test/tsconfig.test.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"strictNullChecks": false
},
"include": ["test/**/*.ts"]
}