We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0287bc commit 6c97a50Copy full SHA for 6c97a50
.vscode/launch.json
@@ -4,6 +4,7 @@
4
{
5
"type": "node",
6
"request": "launch",
7
+ "console": "integratedTerminal",
8
"name": "Debug Tests",
9
"program": "${workspaceRoot}/node_modules/.bin/jest",
10
"cwd": "${workspaceRoot}",
0 commit comments