chore: fix test current file launch args (#8632)

Updates `Test Current File` launch config to work with vitest 4 (updated
in https://github.com/ChainSafe/lodestar/pull/8599).
This commit is contained in:
Nico Flaig
2025-12-01 20:48:21 +01:00
committed by GitHub
parent 7dec9cd8fb
commit a8c0c7a156

View File

@@ -50,7 +50,10 @@
"${input:testName}",
"--pool",
"forks",
"--poolOptions.forks.singleFork"
"--maxWorkers",
"1",
"--isolate",
"true"
],
"cwd": "${workspaceFolder}/${input:packageName}",
"console": "integratedTerminal",