Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Jan 7, 2025
1 parent cd756c4 commit 86503a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/utils/test-support.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
//
// Production code should use this function to register cleanup functions that
// should be run before each test.
export const registerCleanupForTesting = (cleanup: () => void) => {};
export const registerCleanupForTesting = (_cleanup: () => void) => {};

0 comments on commit 86503a2

Please sign in to comment.