Skip to content

Commit a8c0c7a

Browse files
authored
chore: fix test current file launch args (#8632)
Updates `Test Current File` launch config to work with vitest 4 (updated in #8599).
1 parent 7dec9cd commit a8c0c7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/launch.template.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@
5050
"${input:testName}",
5151
"--pool",
5252
"forks",
53-
"--poolOptions.forks.singleFork"
53+
"--maxWorkers",
54+
"1",
55+
"--isolate",
56+
"true"
5457
],
5558
"cwd": "${workspaceFolder}/${input:packageName}",
5659
"console": "integratedTerminal",

0 commit comments

Comments
 (0)