mirror of
https://github.com/theoludwig/p61-project.git
synced 2024-07-17 07:00:12 +02:00
6 lines
206 B
TypeScript
6 lines
206 B
TypeScript
import "@testing-library/react-native/extend-expect"
|
|
|
|
jest.mock("@react-native-async-storage/async-storage", () => {
|
|
return require("@react-native-async-storage/async-storage/jest/async-storage-mock")
|
|
})
|