Skip to content

Commit

Permalink
fix: use isomorphic-unfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Jul 28, 2022
1 parent 0bd3cd2 commit aa7af66
Show file tree
Hide file tree
Showing 5 changed files with 746 additions and 38 deletions.
5 changes: 2 additions & 3 deletions __tests__/jest.setup.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* eslint-disable no-console */
import fetch from 'cross-fetch';
import { register } from 'fetch-intercept';
import 'isomorphic-unfetch';

global.fetch = fetch;
import { register } from 'fetch-intercept';

jest.setTimeout(50 * 60 * 1000);

Expand Down
Loading

0 comments on commit aa7af66

Please sign in to comment.