We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 862053c + e9ffb10 commit 69af12bCopy full SHA for 69af12b
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