Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Nov 22, 2024
1 parent 2a35806 commit 6d21682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const config = {
moduleDirectories: ['node_modules'],
moduleNameMapper: {
'@thi.ng/cache': 'test/lib/emptyModule.ts',
'@thi.ng/memoize': 'test/lib/emptyModule.ts',
},
testMatch: ['**/__tests__/**/*.+(ts|js)', '**/?(*.)+(spec|test).+(ts|js)'],
transform: {
Expand Down

0 comments on commit 6d21682

Please sign in to comment.