Skip to content

Commit

Permalink
Fix npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jan 7, 2019
1 parent 206b238 commit ec4b2b1
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": "lib/unexpected-set.js",
"scripts": {
"lint": "eslint .",
"test": "mocha && mocha documentation",
"test": "mocha test/*.js `find documentation -name '*.md'`",
"ci": "npm test && npm run lint && npm run coverage",
"coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
Expand Down

0 comments on commit ec4b2b1

Please sign in to comment.