Skip to content

Commit 31982b3

Browse files
committed
exclude e2e tests from coverage report
1 parent 75f8db7 commit 31982b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/vitest.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineConfig({
3030
"*/**/index.js",
3131
"api",
3232
"app/layout.tsx",
33-
"tests_e2e/**",
33+
"tests_e2e/",
3434
"playwright*.ts",
3535
...defaults,
3636
],

0 commit comments

Comments
 (0)