Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Oct 31, 2023
1 parent 18b67d5 commit ed9fd7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions FrontEnd/src/tests/CookieModal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ describe('CookieMod component unit tests', () => {
</MemoryRouter>
);
const cookieElement = screen.queryByTestId('cookiemodal', { hidden: true });
expect(cookieElement).toBeInTheDocument();
});
});
2 changes: 1 addition & 1 deletion FrontEnd/src/tests/Search.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Search component unit tests', () => {
jest.mock('axios');

const axios = require('axios', () => {
get: jest.fn().mockResolvedValue({});
jest.fn().mockResolvedValue({});

() => {
axios.get.mockResolvedValue({
Expand Down

0 comments on commit ed9fd7d

Please sign in to comment.