New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/typescript tests #5375
Fix/typescript tests #5375
Conversation
� Conflicts: � package-lock.json � package.json
… making an npm release;
await spawn(`npm test --prefix ${pkgPath}`, [], { | ||
shell : true, | ||
stdio: 'pipe' | ||
}); |
Check warning
Code scanning / CodeQL
Superfluous trailing arguments Warning
function spawn
await spawn(`npm test --prefix ${pkgPath}`, [], { | ||
shell : true, | ||
stdio: 'pipe' | ||
}); |
Check warning
Code scanning / CodeQL
Superfluous trailing arguments Warning
function spawn
a86a669
to
fb8e289
Compare
refactor(test): refactor typescript tests;
fb8e289
to
7e02f5f
Compare
|
||
// issue #5034 | ||
|
||
function getRequestConfig1(options: AxiosRequestConfig): AxiosRequestConfig { |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
}; | ||
} | ||
|
||
function getRequestConfig2(options: AxiosRequestConfig): AxiosRequestConfig { |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
release:no-npm
scriptindex.d.ts
types (mainly headers types)tsc --noEmit
instead ofdtslint