Skip to content

Commit

Permalink
[TS migration][rn-fetch-blob] Prettify and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-rebelo committed Jan 30, 2024
1 parent 67cd4c4 commit a49414c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions __mocks__/rn-fetch-blob.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
type RnFetchBlob = {
DocumentDir: jest.Mock
ImageCache: jest.Mock
}
DocumentDir: jest.Mock;
ImageCache: jest.Mock;
};

const RnFetchBlobMock: RnFetchBlob = {
DocumentDir: jest.fn(),
ImageCache: jest.fn(),
}
};

export default RnFetchBlobMock
export default RnFetchBlobMock;

0 comments on commit a49414c

Please sign in to comment.