mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add whatwg-fetch polyfill to jest test setup so all tests run it
This commit is contained in:
parent
0f4a47b180
commit
389250afe0
@ -1,3 +1,4 @@
|
||||
import 'whatwg-fetch';
|
||||
import '@testing-library/jest-dom';
|
||||
import { configure } from '@testing-library/react';
|
||||
import i18next from 'i18next';
|
||||
|
Loading…
Reference in New Issue
Block a user