UNPKG
flipper-plugin-react-native-mmkv-storage
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
Developer tools for React Native MMKV Storage
pnthach95/flipper-plugin-react-native-mmkv-storage
flipper-plugin-react-native-mmkv-storage
/
jest-setup.ts
5 lines
(4 loc)
•
157 B
text/typescript
View Raw
1
2
3
4
5
// See https://github.com/facebook/flipper/pull/3327 for why we need this
// @ts-ignore
global
.
electronRequire
=
require
;
require
(
"@testing-library/react"
);