We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d7cdd commit 91fd254Copy full SHA for 91fd254
jest.config.js
@@ -22,7 +22,6 @@ module.exports = {
22
testPathIgnorePatterns: [
23
'/node_modules/',
24
'/dist/',
25
- 'src/(?:.+?)/__tests__/',
26
'__fixtures__',
27
'stories',
28
'.cache',
package.json
@@ -96,6 +96,7 @@
96
},
97
"scripts": {
98
"lint": "eslint src",
99
+ "cover": "jest --coverage --config=jest.config.js",
100
"test": "jest",
101
"sync": "scripts/sync.sh",
102
"traverse": "scripts/traverse.sh",
0 commit comments