File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
"build" : " npm run clean && webpack --progress --colors --env build" ,
9
9
"dev" : " npm run clean && webpack --progress --colors --watch --env dev" ,
10
10
"lint" : " eslint ." ,
11
- "test" : " npm run lint && jest --coverage" ,
11
+ "test" : " npm run lint && jest --coverage --verbose " ,
12
12
"test:clean" : " rimraf ./coverage" ,
13
13
"test:watch" : " jest --watchAll" ,
14
- "coveralls" : " cat ./coverage/lcov.info | coveralls"
14
+ "coveralls" : " cat ./coverage/lcov.info | coveralls" ,
15
+ "show:cov" : " open coverage/lcov-report/index.html"
15
16
},
16
17
"jest" : {
17
18
"collectCoverageFrom" : [
63
64
"react-addons-test-utils" : " 15.4.2" ,
64
65
"react-dom" : " 15.4.2" ,
65
66
"regenerator-runtime" : " ^0.10.5" ,
67
+ "rimraf" : " ^2.6.1" ,
66
68
"style-loader" : " ^0.17.0" ,
67
69
"webpack" : " 2.4.1" ,
68
70
"yargs" : " 7.1.0"
You can’t perform that action at this time.
0 commit comments