We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516b1c2 commit bc26c48Copy full SHA for bc26c48
.gitignore
@@ -1,6 +1,6 @@
1
.DS_Store
2
.idea
3
-coverage
+coverage/
4
node_modules
5
dist
6
yarn-error.log
package.json
@@ -40,9 +40,6 @@
40
"coveragePathIgnorePatterns": [
41
"<rootDir>/src/index.ts"
42
],
43
- "coverageReporters": [
44
- "text"
45
- ],
46
"mapCoverage": true,
47
"moduleFileExtensions": [
48
"ts",
0 commit comments