test vercel

This commit is contained in:
Chris Tate
2026-01-12 11:04:48 -06:00
parent 7b862d9dae
commit 7ecc422002
3 changed files with 117 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
globals: true,
include: ['src/**/*.test.ts'],
include: ['src/**/*.test.ts', 'test/**/*.test.ts'],
testTimeout: 30000,
},
});