Remove explicit imports of whatwg-fetch from individual test files

This commit is contained in:
Tom Ratcliffe
2024-04-04 11:56:56 +01:00
committed by Tom Ratcliffe
parent 389250afe0
commit a5c75c5ffb
46 changed files with 0 additions and 52 deletions

View File

@@ -1,4 +1,3 @@
import 'whatwg-fetch'; // fetch polyfill
import { fireEvent, render as rtlRender, screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { HttpResponse, http } from 'msw';