chore: simplify config further

This commit is contained in:
Nolan Lawson 2024-03-09 11:11:30 -08:00
parent 6d7633c903
commit 04a00bbea2
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ export default defineConfig({
testTimeout: 60000,
coverage: {
provider: 'istanbul',
reporter: ['text', 'html', 'clover', 'json', 'lcov'],
include: [
'src/'
],