chore(vitest): Remove redundant testTimeout declaration

This commit is contained in:
Kazuki Yamada
2025-05-05 18:03:02 +09:00
parent 1d6bbdece8
commit 333fa41247

View File

@@ -11,5 +11,6 @@ export default defineConfig({
reporter: ['text', 'json', 'html'], reporter: ['text', 'json', 'html'],
}, },
watch: false, watch: false,
testTimeout: 15000,
}, },
}); });