File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 15
15
"build" : " gulp" ,
16
16
"lint" : " esw *.js server config --color" ,
17
17
"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" ,
19
19
"test:watch" : " yarn test -- --watch" ,
20
20
"test:check-coverage" : " yarn test && istanbul check-coverage" ,
21
21
"report-coverage" : " coveralls < ./coverage/lcov.info"
66
66
"chai" : " ^3.4.1" ,
67
67
"commitizen" : " ^2.9.2" ,
68
68
"coveralls" : " ^2.11.6" ,
69
+ "cross-env" : " 3.1.3" ,
69
70
"cz-conventional-changelog" : " 1.2.0" ,
70
71
"del" : " ^2.2.0" ,
71
72
"eslint" : " 3.12.0" ,
You can’t perform that action at this time.
0 commit comments