updated tests to align with new logic
This commit is contained in:
4
jest.setup.js
Normal file
4
jest.setup.js
Normal file
@@ -0,0 +1,4 @@
|
||||
jest.mock(
|
||||
"@react-native-async-storage/async-storage",
|
||||
() => require("@react-native-async-storage/async-storage/jest/async-storage-mock")
|
||||
);
|
||||
Reference in New Issue
Block a user