mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 07:38:03 -05:00
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:
5
.vscode/launch.template.json
vendored
5
.vscode/launch.template.json
vendored
@@ -50,7 +50,10 @@
|
||||
"${input:testName}",
|
||||
"--pool",
|
||||
"forks",
|
||||
"--poolOptions.forks.singleFork"
|
||||
"--maxWorkers",
|
||||
"1",
|
||||
"--isolate",
|
||||
"true"
|
||||
],
|
||||
"cwd": "${workspaceFolder}/${input:packageName}",
|
||||
"console": "integratedTerminal",
|
||||
|
||||
Reference in New Issue
Block a user