File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1515 "build" : " gulp" ,
1616 "lint" : " esw *.js server config --color" ,
1717 "lint:watch" : " yarn lint -- --watch" ,
18- "test" : " NODE_ENV=test babel-node node_modules/. bin/isparta cover _mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register ./server/**/*.test.js" ,
18+ "test" : " cross-env NODE_ENV=test babel-node node_modules/isparta/ bin/isparta cover node_modules/mocha/bin/ _mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register ./server/**/*.test.js" ,
1919 "test:watch" : " yarn test -- --watch" ,
2020 "test:check-coverage" : " yarn test && istanbul check-coverage" ,
2121 "report-coverage" : " coveralls < ./coverage/lcov.info"
6666 "chai" : " ^3.4.1" ,
6767 "commitizen" : " ^2.9.2" ,
6868 "coveralls" : " ^2.11.6" ,
69+ "cross-env" : " 3.1.3" ,
6970 "cz-conventional-changelog" : " 1.2.0" ,
7071 "del" : " ^2.2.0" ,
7172 "eslint" : " 3.12.0" ,
You can’t perform that action at this time.
0 commit comments