test: complete P4.1 LM Studio coverage and fix auto/wizard handoff

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-06 21:45:18 +08:00
parent 6a949b54ba
commit 5d3e264cf3
11 changed files with 415 additions and 6 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ export default defineConfig({
test: {
environment: 'node',
include: ['tests/**/*.test.ts'],
testTimeout: 240_000
testTimeout: 240_000,
fileParallelism: false
},
resolve: {
alias: {