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
When running jest with async-storage 1.15.6 I get the following error:
Expected behavior
It's expected this error not to occur, because if I run the test with async-storage 1.15.5 it works correctly, as shown in the image:
There's some error still happening, but it's expected and there's no connection with this issue.
Repro steps
Install latest version (1.15.6) of @react-native-async-storage/async-storage
Make the jest mock at setupFiles.js accordingly to the documentation
Run some test that need the mock
Environment
Platforms tested:
Android
iOS
macOS
Windows
AsyncStorage version: 1.15.6
Environment:
System:
OS: Windows 10 10.0.19043
CPU: (12) x64 Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
Memory: 6.47 GB / 15.84 GB
Binaries:
Node: 14.17.1 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.10 - ~\AppData\Roaming\npm\node_modules\yarn\bin\yarn.CMD
npm: 6.14.13 - C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK:
API Levels: 29, 30
Build Tools: 29.0.2, 29.0.3, 30.0.3
System Images: android-30 | Google APIs Intel x86 Atom
Android NDK: Not Found
Windows SDK: Not Found
IDEs:
Android Studio: Version 4.2.0.0 AI-202.7660.26.42.7351085
Visual Studio: 16.10.31410.357 (Visual Studio Enterprise 2019)
Languages:
Java: 11.0.11 - C:\Program Files\OpenJDK\openjdk-11.0.11_9\bin\javac.EXE
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.1 => 17.0.1
react-native: 0.64.2 => 0.64.2
react-native-windows: Not Found
npmGlobalPackages:
*react-native*: Not Found
The text was updated successfully, but these errors were encountered:
Current behavior
When running jest with
async-storage 1.15.6
I get the following error:Expected behavior
It's expected this error not to occur, because if I run the test with
async-storage 1.15.5
it works correctly, as shown in the image:There's some error still happening, but it's expected and there's no connection with this issue.
Repro steps
@react-native-async-storage/async-storage
Environment
The text was updated successfully, but these errors were encountered: