Skip to content

Commit

Permalink
[TS migration] Migrate @react-native-firebase/perf.js mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-rebelo committed Jan 31, 2024
1 parent d0e8e2a commit 15d86b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion __mocks__/@react-native-firebase/perf.js

This file was deleted.

5 changes: 5 additions & 0 deletions __mocks__/@react-native-firebase/perf.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type PerfMock = () => void;

const perfMock: PerfMock = () => {};

export default perfMock;

0 comments on commit 15d86b4

Please sign in to comment.