mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-21 23:30:37 +03:00
add issue link to workaround
This commit is contained in:
@@ -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],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user