Add whatwg-fetch polyfill to jest test setup so all tests run it

pull/86383/head^2
Tom Ratcliffe 1 year ago committed by Tom Ratcliffe
parent 0f4a47b180
commit 389250afe0
  1. 1
      public/test/setupTests.ts

@ -1,3 +1,4 @@
import 'whatwg-fetch';
import '@testing-library/jest-dom';
import { configure } from '@testing-library/react';
import i18next from 'i18next';

Loading…
Cancel
Save