mock expo file system.
This commit is contained in:
4
__mocks__/expo-file-system/next.js
Normal file
4
__mocks__/expo-file-system/next.js
Normal file
@ -0,0 +1,4 @@
|
||||
export const File = jest.fn();
|
||||
export const Paths = {
|
||||
join: jest.fn(),
|
||||
};
|
Reference in New Issue
Block a user