Update setup.js

This commit is contained in:
Marcos Rodriguez Velez 2024-06-30 13:20:12 -04:00
parent 2d663ac8e2
commit a98fd54e9e
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -78,6 +78,8 @@ jest.mock('react-native-default-preference', () => {
};
});
jest.mock('@lodev09/react-native-true-sheet');
jest.mock('react-native-fs', () => {
return {
mkdir: jest.fn(),