We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320c2fe commit 7a402bcCopy full SHA for 7a402bc
jest.config.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- testMatch: ["**/tests/*.test.ts"],
+ testMatch: ["**/tests/**/*.test.ts"],
3
transform: {
4
"\\.ts$": "@swc/jest",
5
},
0 commit comments