diff options
Diffstat (limited to '__mocks__/react-native-background-fetch.ts')
-rw-r--r-- | __mocks__/react-native-background-fetch.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/__mocks__/react-native-background-fetch.ts b/__mocks__/react-native-background-fetch.ts new file mode 100644 index 000000000..0cb644c4d --- /dev/null +++ b/__mocks__/react-native-background-fetch.ts @@ -0,0 +1,4 @@ +export default { + configure: jest.fn().mockResolvedValue(0), + finish: jest.fn(), +} |