fix unit tests. add conversation model and add unit tests to it.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import jest from "@babel/preset-typescript"
|
||||
|
||||
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