mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-25 10:20:16 -07:00
Turns on jest coverage reports (#793)
This commit is contained in:
parent
92d76fb6f4
commit
6f64acf8cd
2 changed files with 3 additions and 1 deletions
3
client/.gitignore
vendored
3
client/.gitignore
vendored
|
@ -4,4 +4,5 @@ public
|
|||
.eslintcache
|
||||
cypress/screenshots/
|
||||
cypress/videos/
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
coverage
|
|
@ -19,4 +19,5 @@ module.exports = {
|
|||
testURL: `http://localhost`,
|
||||
setupFiles: [`<rootDir>/loadershim.js`],
|
||||
setupFilesAfterEnv: ['<rootDir>/setup-test-env.js'],
|
||||
collectCoverage: true,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue