File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 33.gitignore
44.npmignore
55.travis.yml
6+ coverage
67demo
Original file line number Diff line number Diff line change 1010 "build" : " babel lib --out-dir lib && babel preset.js --out-file preset.js" ,
1111 "test" : " npm run test:babel" ,
1212 "test:babel" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --compilers js:babel-register" ,
13+ "test:coverage" : " NODE_PATH=$(pwd)/test/tokens/node_modules babel-node --presets es2015 `npm bin`/isparta cover --report text --report html `npm bin`/_mocha -- --require test/setup.js --ui tdd test/*/*.js" ,
1314 "test:node" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --harmony_destructuring --harmony_spread_arrays --use_strict" ,
1415 "test:watch" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --watch --harmony_destructuring --harmony_spread_arrays --use_strict" ,
1516 "test:unit" : " mocha --require test/setup.js --ui tdd test/*/*.js"
5152 "babel-cli" : " ^6.5.1" ,
5253 "babel-preset-es2015" : " ^6.5.0" ,
5354 "babel-register" : " ^6.5.2" ,
55+ "isparta" : " ^4.0.0" ,
5456 "mocha" : " ^2.4.5" ,
5557 "sinon" : " ^1.17.3"
5658 }
You can’t perform that action at this time.
0 commit comments