mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(tests): add missing dependency
This commit is contained in:
committed by
Łukasz Mierzwa
parent
b1f7d219f8
commit
370e78b4d0
@@ -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": {
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user