Skip to content
Snippets Groups Projects
Commit f3814b4a authored by bruno's avatar bruno
Browse files

ignore stories calculating coverage

parent dd43a214
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ dev.db*
dist
dist-babel
node_modules
coverage
coverage/
yarn-error.log
web/public/mockServiceWorker.js
web/types/graphql.d.ts
......
......@@ -3,6 +3,7 @@
const config = {
rootDir: '../',
preset: '@redwoodjs/testing/config/jest/web',
coveragePathIgnorePatterns: ['<rootDir>/web/src/.*\\.stories\\.[jt]sx?$'],
}
module.exports = config
......@@ -31,6 +31,7 @@
"scripts": {
"start": "rw dev",
"test": "rw test a",
"test:watch": "rw test --watch",
"test-coverage": "rw test a --no-watch --collect-coverage",
"storybook": "rw storybook"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment