diff --git a/local/config/src/vitest.js b/local/config/src/vitest.js index 91291ee..143e3fa 100644 --- a/local/config/src/vitest.js +++ b/local/config/src/vitest.js @@ -11,6 +11,7 @@ module.exports = defineConfig({ include, coverage: { 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 exclude: [`**/${setupFileName}`, ...include], },