diff --git a/vitest.config.ts b/vitest.config.mts similarity index 81% rename from vitest.config.ts rename to vitest.config.mts index 44f224d..81a6aeb 100644 --- a/vitest.config.ts +++ b/vitest.config.mts @@ -13,10 +13,6 @@ export default defineConfig({ coverage: { provider: 'v8', reporter: ['text', 'json', 'json-summary', 'html'], - lines: 80, - branches: 80, - functions: 80, - statements: 80, }, }, });