Skip to content

Commit 57caf73

Browse files
mightyalekseyAlexey Litvinov
authored andcommitted
scripts update
1 parent d9ceb68 commit 57caf73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
"node": ">=0.12"
88
},
99
"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"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)