Skip to content

Commit a84b849

Browse files
committed
Merge pull request #28 from igorshubovych/fix-tests
Improve tests running
2 parents 0127e74 + 1846197 commit a84b849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"scripts": {
2525
"start": "NODE_ENV=development node server.js",
2626
"example": "NODE_ENV=development node ./bin/tldr tar",
27-
"test": "./node_modules/.bin/mocha"
27+
"test": "mocha test --recursive --reporter=spec",
28+
"watch": "mocha --watch test --recursive --reporter=min --growl"
2829
},
2930
"os": [
3031
"!win32"

0 commit comments

Comments
 (0)