We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791a0ce commit e9ffb10Copy full SHA for e9ffb10
jestconfig.json
@@ -2,6 +2,6 @@
2
"transform": {
3
"^.+\\.(t|j)sx?$": "ts-jest"
4
},
5
- "testRegex": "./__tests__/Anchor.test.ts",
+ "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
6
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
7
}
0 commit comments