Skip to content

Commit

Permalink
Silence console output by disabling identityFunctionCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Sep 17, 2024
1 parent 2defeb3 commit 794598d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lruMemoize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ describe(lruMemoize, () => {
[(state, id: number) => state[id]],
state => state,
{
devModeChecks: { identityFunctionCheck: 'never' },
argsMemoizeOptions: { maxSize: 10 },
memoizeOptions: { maxSize: 10 }
}
Expand Down

0 comments on commit 794598d

Please sign in to comment.