Skip to content

Commit e33d017

Browse files
committed
Updates
1 parent a100ee9 commit e33d017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/index.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function configure(): SetupOptions {
116116
const reporterEnabled = ['spec', 'mocha-junit-reporter'];
117117
if (process.env.VSC_JUPYTER_FORCE_LOGGING) {
118118
// If verbose logging is enabled, then the output would contain verbose logs as well as test results
119-
// Hence enable a separate reporter.
119+
// Hence enable a separate reporter. Else if we have this custom reporter too, we end up with duplicate messages in the terminal output.
120120
reporterEnabled.push(customReporterPath);
121121
}
122122
options.reporterOptions = {

0 commit comments

Comments
 (0)