From 3a6abcc93044545910e1d997349002d2b6800833 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Mon, 9 Dec 2024 16:03:14 +0100 Subject: [PATCH] Update vitest.config.mjs --- vitest.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {