Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Feb 19, 2021
1 parent a44c2f3 commit 0cbb0cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/Tag/Tag.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { MockedProvider } from '@apollo/client/testing';

import { Tag } from './Tag';
import { LIST_ITEM_MOCKS } from '../Form/FormLayout.test.helper';
import axios from 'axios';

jest.mock('axios');
const mocks = LIST_ITEM_MOCKS;
Expand Down

0 comments on commit 0cbb0cb

Please sign in to comment.