Skip to content

Commit

Permalink
Merge pull request #35485 from ruben-rebelo/ts-migration/firebase-per…
Browse files Browse the repository at this point in the history
…f-mock

[TS migration] Migrate @react-native-firebase/perf.js mock
  • Loading branch information
dangrous authored Feb 7, 2024
2 parents a839310 + 15d86b4 commit 01126a6
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 01126a6

Please sign in to comment.