Skip to content

Commit

Permalink
Fix test regex
Browse files Browse the repository at this point in the history
  • Loading branch information
mizchi committed Sep 9, 2019
1 parent 094fbd1 commit fce23cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Expand Up @@ -3,7 +3,7 @@ module.exports = {
transform: {
"^.+\\.tsx?$": "ts-jest"
},
testRegex: "(/(__tests__|e2e)/.*|(\\.|/)(test|spec))\\.tsx?$",
testRegex: "(/(__tests__|e2e)/.*|(\\.|/))\\.test\\.tsx?$",
coveragePathIgnorePatterns: ["dist", "node_modules"],
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"]
};

0 comments on commit fce23cf

Please sign in to comment.