Skip to content

Commit

Permalink
Fixed launch.json after recent pnpm migration (#5083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Sep 18, 2024
1 parent 571e266 commit 4d8bb95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "node",
"request": "launch",
"name": "Jest Current File",
"runtimeExecutable": "sh",
"program": "${workspaceFolder}/node_modules/.bin/jest",
"args": ["${file}", "--config", "jest.config.js", "--no-cache"],
"console": "integratedTerminal",
Expand All @@ -17,6 +18,7 @@
"type": "node",
"request": "launch",
"name": "Jest Current File (no timeout)",
"runtimeExecutable": "sh",
"program": "${workspaceFolder}/node_modules/.bin/jest",
"args": [
"${file}",
Expand Down

0 comments on commit 4d8bb95

Please sign in to comment.