fix(tests): add missing dependency

This commit is contained in:
Łukasz Mierzwa
2021-04-10 17:07:38 +01:00
committed by Łukasz Mierzwa
parent b1f7d219f8
commit 370e78b4d0
2 changed files with 4 additions and 0 deletions

View File

@@ -92,6 +92,7 @@
"jest-date-mock": "1.0.8",
"puppeteer": "8.0.0",
"react-test-renderer": "17.0.2",
"regenerator-runtime": "0.13.7",
"source-map-explorer": "2.5.2"
},
"scripts": {

View File

@@ -5,6 +5,9 @@ import Adapter from "@wojtekmaj/enzyme-adapter-react-17";
import { useInView } from "react-intersection-observer";
// react-idle-timer >= 4.6.0
import "regenerator-runtime/runtime";
import { FetchRetryConfig } from "Common/Fetch";
import { useFetchGetMock } from "__fixtures__/useFetchGet";