Skip to content

Commit c6ab67b

Browse files
committed
Merge pull request #942
# Conflicts: # jest.config.cjs
2 parents cd90edf + d4d5039 commit c6ab67b

3 files changed

Lines changed: 592 additions & 1 deletion

File tree

jest.config.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module.exports = {
2020
],
2121
},
2222
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"],
2423
moduleDirectories: ["node_modules", "<rootDir>/node_modules"],
2524
clearMocks: true,
2625
};

0 commit comments

Comments
 (0)