Skip to content

Commit 3116b29

Browse files
committed
fix lint
1 parent a4fd1b0 commit 3116b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default defineConfig({
44
test: {
55
coverage: {
66
reporter: ['text', 'html', 'lcov'],
7-
provider: 'v8'
7+
provider: 'v8',
88
},
99
},
1010
})

0 commit comments

Comments
 (0)