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 344458b commit c381461Copy full SHA for c381461
src/hooks/useNotifications.test.ts
@@ -9,7 +9,7 @@ import { mockedUser } from '../__mocks__/mockedData';
9
10
describe('hooks/useNotifications.ts', () => {
11
beforeEach(() => {
12
- axios.defaults.adapter = require('axios/lib/adapters/http');
+ axios.defaults.adapter = 'http';
13
});
14
15
describe('fetchNotifications', () => {
0 commit comments