Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: fix test current file launch args
  • Loading branch information
nflaig committed Nov 26, 2025
commit 842c1fb5ae25599c94b66fab1c5a26f3bbedb2f0
5 changes: 4 additions & 1 deletion .vscode/launch.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"${input:testName}",
"--pool",
"forks",
"--poolOptions.forks.singleFork"
"--maxWorkers",
"1",
"--isolate",
"true"
],
"cwd": "${workspaceFolder}/${input:packageName}",
"console": "integratedTerminal",
Expand Down
Loading