File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
"test" : " npm run test:babel" ,
14
14
"test:babel" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --compilers js:babel-register" ,
15
15
"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" ,
16
- "test:node" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --harmony_destructuring --harmony_spread_arrays -- use_strict" ,
17
- "test:watch" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --watch --harmony_destructuring --harmony_spread_arrays -- use_strict" ,
16
+ "test:node" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --use_strict" ,
17
+ "test:watch" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --watch --use_strict" ,
18
18
"test:unit" : " mocha --require test/setup.js --ui tdd test/*/*.js"
19
19
},
20
20
"repository" : {
You can’t perform that action at this time.
0 commit comments