Skip to content
Snippets Groups Projects
Commit 31e6eb49 authored by Justin Coyne's avatar Justin Coyne Committed by Chris Beer
Browse files

Remove isomorphic-fetch dependency

parent 43f3ed36
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ import MiradorViewer from '../../../src/lib/MiradorViewer'; ...@@ -4,7 +4,6 @@ import MiradorViewer from '../../../src/lib/MiradorViewer';
jest.unmock('react-i18next'); jest.unmock('react-i18next');
jest.mock('react-dom'); jest.mock('react-dom');
jest.mock('isomorphic-unfetch', () => jest.fn(() => Promise.resolve({ json: () => ({}) })));
describe('MiradorViewer', () => { describe('MiradorViewer', () => {
let container; let container;
......
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
"dompurify": "^2.0.11", "dompurify": "^2.0.11",
"i18next": "^19.5.0", "i18next": "^19.5.0",
"icomcom-react": "^1.0.1", "icomcom-react": "^1.0.1",
"isomorphic-unfetch": "^3.0.0",
"jss": "^10.3.0", "jss": "^10.3.0",
"jss-rtl": "^0.3.0", "jss-rtl": "^0.3.0",
"lodash": "^4.17.11", "lodash": "^4.17.11",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment