There was an error while loading. Please reload this page.
2 parents cd90edf + d4d5039 commit c6ab67bCopy full SHA for c6ab67b
3 files changed
jest.config.cjs
@@ -20,7 +20,6 @@ module.exports = {
20
],
21
},
22
testMatch: ["**/tests/**/*.test.ts", "**/src/tests/**/*.test.ts", "**/src/repositories/**/*.test.ts"],
23
- testMatch: ["**/tests/**/*.test.ts", "**/src/tests/**/*.test.ts", "**/src/repositories/*.test.ts"],
24
moduleDirectories: ["node_modules", "<rootDir>/node_modules"],
25
clearMocks: true,
26
};
0 commit comments