Skip to content
Snippets Groups Projects
Commit 969ba630 authored by Serdar's avatar Serdar
Browse files

code coverage angepasst.

parent a8645a1a
No related branches found
No related tags found
No related merge requests found
Pipeline #39131 passed
...@@ -23,6 +23,11 @@ const serverTestConfig = { ...@@ -23,6 +23,11 @@ const serverTestConfig = {
const config = { const config = {
// Add more setup options before each test is run // Add more setup options before each test is run
projects: [await createJestConfig(clientTestConfig)(), await createJestConfig(serverTestConfig)()], projects: [await createJestConfig(clientTestConfig)(), await createJestConfig(serverTestConfig)()],
collectCoverageFrom: [
'**/app/api/**',
'!**/node_modules/**',
'!**/vendor/**',
]
}; };
export default config; export default config;
\ No newline at end of file
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