Skip to content

Commit

Permalink
using --spec for vows
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Sep 17, 2015
1 parent 4b0f605 commit a14e0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
},
"scripts": {
"install": "make build",
"test": "./node_modules/.bin/vows ./tests/*.js"
"test": "./node_modules/.bin/vows --spec ./tests/*.js"
},
"engines": {
"node": ">=0.6.0"
Expand Down

0 comments on commit a14e0a9

Please sign in to comment.