Skip to content

Commit

Permalink
remove unused mock
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Sep 4, 2019
1 parent cf8d874 commit c185132
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jest.mock('ui/chrome', () => ({
addBasePath: () => ''
}));

jest.mock('../../../../../lib/fetch_export_by_type', () => ({
fetchExportByType: jest.fn(),
}));

jest.mock('../../../../../lib/fetch_export_objects', () => ({
fetchExportObjects: jest.fn(),
}));
Expand Down

0 comments on commit c185132

Please sign in to comment.