Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Skip coverage during smaller tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Feb 25, 2019
1 parent 9fa96f8 commit 48c5958
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion jest.config.js
@@ -1,6 +1,5 @@
module.exports = {
clearMocks: true,
collectCoverage: true,
collectCoverageFrom: [
"<rootDir>/src/**/*.(js|jsx)",
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,7 +62,7 @@
"prepublishOnly": "npm run build",
"start": "npm run start:demo",
"start:demo": "webpack-dev-server --config=./webpack/webpack.demo.config.js",
"test": "npm run lint && npm run jest",
"test": "npm run lint && npm run jest -- --collectCoverage",
"test:dev": "npm run jest -- --watch"
}
}

0 comments on commit 48c5958

Please sign in to comment.