Remove unused msw import

This commit is contained in:
Tom Ratcliffe
2024-04-18 09:04:53 +01:00
committed by Tom Ratcliffe
parent de4510cc70
commit ef5c4b69f3
@@ -1,7 +1,6 @@
import 'whatwg-fetch';
import { renderHook, waitFor } from '@testing-library/react';
import { createBrowserHistory } from 'history';
import { setupServer } from 'msw/node';
import React, { PropsWithChildren } from 'react';
import { Router } from 'react-router-dom';
import { TestProvider } from 'test/helpers/TestProvider';