add issue link to workaround

This commit is contained in:
Rene Haas
2022-10-22 10:51:25 +02:00
parent 8df5849cf4
commit 8932c1eaa9
+1
View File
@@ -11,6 +11,7 @@ module.exports = defineConfig({
include, include,
coverage: { coverage: {
reportsDirectory: './.coverage/unit', reportsDirectory: './.coverage/unit',
// https://github.com/vitest-dev/vitest/issues/2190
// without this the setup file or the test files show up in the final coverage on the CI // without this the setup file or the test files show up in the final coverage on the CI
exclude: [`**/${setupFileName}`, ...include], exclude: [`**/${setupFileName}`, ...include],
}, },