covered product editor test cases.

This commit is contained in:
Jordan
2024-06-27 19:00:45 -07:00
parent dc9cfad401
commit ab7a43ef84
2 changed files with 43 additions and 0 deletions

3
setup/jest.js Normal file
View File

@ -0,0 +1,3 @@
jest.mock('@react-native-async-storage/async-storage', () =>
require('@react-native-async-storage/async-storage/jest/async-storage-mock')
);