fix: build failure due to tests (#1283)

This commit is contained in:
Tom Keller
2025-02-04 15:05:30 -08:00
committed by GitHub
parent b8ef615781
commit 134d71efe0
5 changed files with 19 additions and 14 deletions

View File

@@ -5,5 +5,6 @@ export default defineConfig({
passWithNoTests: true,
include: ['test/**/*.test.ts'],
coverage: { enabled: true },
typecheck: { tsconfig: './tsconfig.test.json' },
},
});