Files
bsky-social-app/__mocks__/react-native-background-fetch.ts
T
2023-01-24 19:21:17 -06:00

5 lines
85 B
TypeScript

export default {
configure: jest.fn().mockResolvedValue(0),
finish: jest.fn(),
}