5 lines
187 B
JavaScript
5 lines
187 B
JavaScript
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')
|
|
); |