Skip to content

Commit 1a6ab2c

Browse files
committed
fixed circleci build and test error
1 parent dcc6fd0 commit 1a6ab2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"scripts": {
6969
"start": "react-scripts start",
7070
"build": "react-scripts build",
71-
"test": "react-scripts test",
71+
"test": "react-scripts test --collectCoverageFrom=src/**/*.js --collectCoverageFrom=!src/modules/crossword/*.js",
7272
"eject": "react-scripts eject",
7373
"lint": "eslint . --fix"
7474
},

0 commit comments

Comments
 (0)