File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
"node" : " >=0.12"
8
8
},
9
9
"scripts" : {
10
- "test" : " NODE_PATH=$(pwd)/test/tokens/node_modules mocha --require test/setup.js --ui tdd test/*/*.js --harmony_destructuring --harmony_spread_arrays --use_strict" ,
11
- "test:w" : " NODE_PATH=$(pwd)/test/tokens/node_modules mocha --require test/setup.js --ui tdd --watch test/*/*.js --harmony_destructuring --harmony_spread_arrays --use_strict"
10
+ "test" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --harmony_destructuring --harmony_spread_arrays --use_strict" ,
11
+ "test:w" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --watch --harmony_destructuring --harmony_spread_arrays --use_strict" ,
12
+ "test:unit" : " mocha --require test/setup.js --ui tdd test/*/*.js"
12
13
},
13
14
"repository" : {
14
15
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments