We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f83f7 commit d3b95f3Copy full SHA for d3b95f3
tests/axios-api-versioning.spec.ts
@@ -18,7 +18,7 @@ declare module 'axios' {
18
19
describe('Testing no pollution on default exported axios object using withVersioning()', () => {
20
beforeAll(() => {
21
- const instance = withVersioning(axios, testVersioningConfig);
+ withVersioning(axios, testVersioningConfig);
22
});
23
24
test('it should not add "apiVersion" to AxiosStatic defaults', () => {
0 commit comments