Skip to content

Commit

Permalink
Fixed test spec finding glob
Browse files Browse the repository at this point in the history
  • Loading branch information
elhigu committed Apr 20, 2017
1 parent 3ade589 commit c98e606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"express": "^4.12.0"
},
"scripts": {
"test": "node_modules/.bin/istanbul --config=.istanbul.yml cover _mocha -- --slow 10 --timeout 5000 --reporter spec --recursive ./**/*.spec.js",
"test-no-coverage": "mocha --slow 10 --timeout 5000 --reporter spec --recursive --bail ./**/*.spec.js",
"test": "node_modules/.bin/istanbul --config=.istanbul.yml cover _mocha -- --slow 10 --timeout 5000 --reporter spec --recursive './**/*.spec.js'",
"test-no-coverage": "mocha --slow 10 --timeout 5000 --reporter spec --recursive --bail './**/*.spec.js'",
"coveralls": "cat ./test-coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
}
}

0 comments on commit c98e606

Please sign in to comment.