diff --git a/jest.config.mjs b/jest.config.mjs index c486adf4..1d478aab 100644 --- a/jest.config.mjs +++ b/jest.config.mjs @@ -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: {