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 174d72f commit 8067179Copy full SHA for 8067179
package.json
@@ -50,7 +50,7 @@
50
},
51
"jest": {
52
"collectCoverageFrom": [
53
- "<rootDir>/src/**.js"
+ "<rootDir>/src/**.tsx"
54
],
55
"transform": {
56
"^.+\\.tsx?$": "ts-jest"
0 commit comments