Skip to content

Commit

Permalink
Run benchmarks as part of npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Oct 4, 2019
1 parent ed90040 commit 5d81cec
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 @@ -14,7 +14,7 @@
],
"scripts": {
"pretest": "eslint .",
"test": "npm run test:unit:with-coverage",
"test": "npm run test:unit:with-coverage && npm run test:bench",
"test:unit": "mocha test --recursive --reporter dot",
"test:unit:with-coverage": "nyc npm run test:unit",
"test:bench": "mocha benchmarks",
Expand Down

0 comments on commit 5d81cec

Please sign in to comment.