Skip to content

Commit

Permalink
Fix documentation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Feb 20, 2019
1 parent 7f4349c commit 43d89cc
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 @@ -12,7 +12,7 @@
},
"scripts": {
"lint": "eslint .",
"test": "mocha && mocha documentation",
"test": "mocha && mocha $(find documentation -name '*.md')",
"prepublish": "browserify -p bundle-collapser/plugin -e lib/unexpectedMessy -s unexpectedMessy > unexpectedMessy.min.js",
"ci": "npm test && npm run lint && npm run coverage && npm run generate-site",
"coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html",
Expand Down

0 comments on commit 43d89cc

Please sign in to comment.