Skip to content
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

chore: Replace remote for hiding window #652

Merged
merged 11 commits into from
Oct 10, 2023
Prev Previous commit
Next Next commit
Use new adapter setting
  • Loading branch information
Brendan Mulholland committed Oct 3, 2023
commit c381461940e7514cd1630093ef4c467afbe4ff68
2 changes: 1 addition & 1 deletion src/hooks/useNotifications.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { mockedUser } from '../__mocks__/mockedData';

describe('hooks/useNotifications.ts', () => {
beforeEach(() => {
axios.defaults.adapter = require('axios/lib/adapters/http');
axios.defaults.adapter = 'http';
});

describe('fetchNotifications', () => {
Expand Down
Loading