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:
@@ -20,6 +20,7 @@ export function getTestProxy(): AxiosRequestConfig {
|
||||
username: user,
|
||||
password: pass,
|
||||
},
|
||||
protocol: 'http',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
8
test/tsconfig.test.json
Normal file
8
test/tsconfig.test.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"compilerOptions": {
|
||||
"strictNullChecks": false
|
||||
},
|
||||
"include": ["test/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user