Skip to content

Commit 48c389d

Browse files
committed
We're not running coverage at all right now.
1 parent f4191b1 commit 48c389d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

browser-extension/vitest.config.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@ import { WxtVitest } from 'wxt/testing'
44
export default defineConfig({
55
plugins: [WxtVitest()],
66
test: {
7-
coverage: {
8-
exclude: [
9-
'entrypoints/**/*.d.ts',
10-
'entrypoints/**/types.ts',
11-
'entrypoints/**/config.ts',
12-
'node_modules',
13-
'tests',
14-
],
15-
include: ['entrypoints/**/*.ts'],
16-
provider: 'v8',
17-
reporter: ['text', 'json', 'html'],
18-
},
197
environment: 'node',
208
pool: 'threads',
219
globals: true,

0 commit comments

Comments
 (0)