We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7956bd commit 81c727cCopy full SHA for 81c727c
1 file changed
.vscode/launch.json
@@ -11,7 +11,8 @@
11
"args": ["--runInBand", "--config", "jest.config.js"],
12
"windows": {
13
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
14
- }
+ },
15
+ "console": "integratedTerminal"
16
},
17
{
18
"name": "Attach to Node Functions",
0 commit comments