Skip to content
Snippets Groups Projects
Commit 89ca60fc authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#6: Ignored a few files in jest so they don't influence coverage

parent 92cf194e
No related branches found
No related tags found
2 merge requests!12Issue/7 add test coverage report,!10Issue/6 improve testing coverage for client
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
...@@ -52,5 +52,12 @@ ...@@ -52,5 +52,12 @@
"last 1 safari version" "last 1 safari version"
] ]
}, },
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,tsx,ts}",
"!src/index.tsx",
"!src/reportWebVitals.ts"
]
},
"proxy": "http://localhost:5000/api/" "proxy": "http://localhost:5000/api/"
} }
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