mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Remove unused msw import
This commit is contained in:
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';
|
||||
|
||||
Reference in New Issue
Block a user