chore: bump vitest and add @vitest/coverage-c8 (#8507)

This commit is contained in:
Parbez
2022-08-17 13:14:21 +05:30
committed by GitHub
parent 812f7f1ea8
commit d97cd936fd
10 changed files with 47 additions and 39 deletions

View File

@@ -8,6 +8,7 @@ export default defineConfig({
enabled: true,
all: true,
reporter: ['text', 'lcov', 'cobertura'],
provider: 'c8',
include: ['src'],
exclude: [
// All ts files that only contain types, due to ALL