fix: test timeout

This commit is contained in:
dragooncjw 2025-02-25 18:00:40 +08:00
parent d328ffaa6d
commit ff13f70261

View File

@ -8,6 +8,7 @@ export default defineConfig({
}, },
}, },
test: { test: {
testTimeout: 30000,
globals: true, globals: true,
mockReset: false, mockReset: false,
environment: 'jsdom', environment: 'jsdom',