Skip to content

Commit

Permalink
Restrict mocha to running .spec.js files
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Aug 22, 2017
1 parent d4919ed commit 5bb6730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"jshint": "jshint src/**/*.js bin/*.js test/**/*.js",
"test": "npm run jshint && mocha test/**/*.js"
"test": "npm run jshint && mocha test/**/*.spec.js"
},
"bin": {
"medic-conf": "bin/medic-conf.js",
Expand Down

0 comments on commit 5bb6730

Please sign in to comment.