We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After I upgrade to the latest React-Native (version 0.65.0) and AsyncStorage to 1.15.5, I got this issue on unit test
Do you guys know how to fix this?
`import mergeOptions from 'merge-options'; ^^^^^^
SyntaxError: Cannot use import statement outside a module 6 | const { window } = jsdom 7 | > 8 | import mockAsyncStorage from '@react-native-async-storage/async-storage/jest/async-storage-mock' | ^ 9 | 10 | jest.mock('@react-native-async-storage/async-storage', () => mockAsyncStorage) 11 | at Runtime.createScriptFromCode (node_modules/jest-runtime/build/index.js:1479:14) at Object.<anonymous> (setup-jest.js:8:1)`
The text was updated successfully, but these errors were encountered:
Can you check if the fix in #660 solves your issue?
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
After I upgrade to the latest React-Native (version 0.65.0) and AsyncStorage to 1.15.5, I got this issue on unit test
Do you guys know how to fix this?
`import mergeOptions from 'merge-options';
^^^^^^
The text was updated successfully, but these errors were encountered: