Skip to content

Commit 81c727c

Browse files
committed
vscode: show the test output in the internal terminal
This is so much nicer than not seeing any output at all. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent d7956bd commit 81c727c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"args": ["--runInBand", "--config", "jest.config.js"],
1212
"windows": {
1313
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
14-
}
14+
},
15+
"console": "integratedTerminal"
1516
},
1617
{
1718
"name": "Attach to Node Functions",

0 commit comments

Comments
 (0)