Skip to content

Commit

Permalink
fix: Fix setupFilesAfterEnv to include isomorphic-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Dec 23, 2022
1 parent 903c09d commit 2fd41e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-utils/setup.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
import 'isomorphic-form-data';
import 'isomorphic-fetch';
jest.setTimeout(1000 * 60);

0 comments on commit 2fd41e3

Please sign in to comment.