fix: add coverage to vitest config

This commit is contained in:
2026-02-04 21:41:45 -03:00
parent f89fe2e323
commit ea2779c681

View File

@@ -5,6 +5,7 @@ import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
coverage: {provider: 'v8'},
browser: {
provider: playwright(),
enabled: true,