Skip to content

Commit 7a402bc

Browse files
authored
feat: allow tests in nested folders
1 parent 320c2fe commit 7a402bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
testMatch: ["**/tests/*.test.ts"],
2+
testMatch: ["**/tests/**/*.test.ts"],
33
transform: {
44
"\\.ts$": "@swc/jest",
55
},

0 commit comments

Comments
 (0)