You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without creating any mock and running jest tests after installing this library I get
/node_modules/@heap/react-native-heap/dist/js/Heap.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import { NativeModules } from 'react-native';
SyntaxError: Cannot use import statement outside a module```
The text was updated successfully, but these errors were encountered:
How to mock this library to work with jest tests?
Without creating any mock and running jest tests after installing this library I get
The text was updated successfully, but these errors were encountered: