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 a100ee9 commit e33d017Copy full SHA for e33d017
src/test/index.node.ts
@@ -116,7 +116,7 @@ function configure(): SetupOptions {
116
const reporterEnabled = ['spec', 'mocha-junit-reporter'];
117
if (process.env.VSC_JUPYTER_FORCE_LOGGING) {
118
// If verbose logging is enabled, then the output would contain verbose logs as well as test results
119
- // Hence enable a separate reporter.
+ // Hence enable a separate reporter. Else if we have this custom reporter too, we end up with duplicate messages in the terminal output.
120
reporterEnabled.push(customReporterPath);
121
}
122
options.reporterOptions = {
0 commit comments