diff --git a/vitest.config.mjs b/vitest.config.mjs index 2e8f04f..7c34317 100644 --- a/vitest.config.mjs +++ b/vitest.config.mjs @@ -4,7 +4,7 @@ export default defineConfig({ test: { coverage: { include: ['src/**/*.ts'], - exclude: ['**/*.d.ts', '**/*.test.ts', '**/test/**'], + exclude: ['**/*.d.ts', '**/*.test.ts', '**/test/**', '**/alphalib/**'], reporter: ['json', 'lcov', 'text', 'clover', 'json-summary', 'html'], provider: 'v8', thresholds: {