Skip to content

Instantly share code, notes, and snippets.

View acjr1910's full-sized avatar
🏠
Working from home

Agnaldo Cardoso Junior acjr1910

🏠
Working from home
View GitHub Profile
@acjr1910
acjr1910 / SomeTest.ts
Created July 23, 2023 16:09 — forked from damonbauer/SomeTest.ts
react-native-blob-util mock
import ReactNativeBlobUtil from 'react-native-blob-util';
describe('SomeTest', () => {
beforeEach(() => {
jest.clearAllMocks();
});
it('handles errors', () => {
ReactNativeBlobUtil.config.mockReturnValueOnce({
fetch: jest.fn().mockReturnValue({