File tree Expand file tree Collapse file tree 2 files changed +686
-686
lines changed Expand file tree Collapse file tree 2 files changed +686
-686
lines changed Original file line number Diff line number Diff line change 88 "engines" : {
99 "node" : " >=4.6.0" ,
1010 "npm" : " >=2.15.9" ,
11- "yarn" : " >=0.17.9 "
11+ "yarn" : " >=0.20.0 "
1212 },
1313 "scripts" : {
1414 "start" : " gulp serve" ,
1515 "build" : " gulp" ,
1616 "lint" : " esw *.js server config --color" ,
1717 "lint:watch" : " yarn lint -- --watch" ,
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" ,
18+ "test" : " cross-env NODE_ENV=test babel-node node_modules/. bin/isparta cover _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"
8282 "gulp-sourcemaps" : " ^1.6.0" ,
8383 "gulp-util" : " ^3.0.7" ,
8484 "isparta" : " 4.0.0" ,
85+ "istanbul" : " 0.4.5" ,
8586 "mocha" : " 3.2.0" ,
8687 "run-sequence" : " ^1.1.5" ,
8788 "supertest" : " 2.0.1" ,
You can’t perform that action at this time.
0 commit comments