Skip to content

Commit 91fd254

Browse files
author
Lezhi Li
committed
fix test ci
1 parent d6d7cdd commit 91fd254

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = {
2222
testPathIgnorePatterns: [
2323
'/node_modules/',
2424
'/dist/',
25-
'src/(?:.+?)/__tests__/',
2625
'__fixtures__',
2726
'stories',
2827
'.cache',

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
},
9797
"scripts": {
9898
"lint": "eslint src",
99+
"cover": "jest --coverage --config=jest.config.js",
99100
"test": "jest",
100101
"sync": "scripts/sync.sh",
101102
"traverse": "scripts/traverse.sh",

0 commit comments

Comments
 (0)