Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/mocha/cli.js
Original file line numberDiff line numberDiff line change
Expand Up@@ -200,7 +200,7 @@ class Cli extends Base {

// explicitly show file with error
if (test.file) {
log += `\n${output.styles.basic(figures.circle)} ${output.styles.section('File:')} ${output.styles.basic(test.file)}\n`
log += `\n${output.styles.basic(figures.circle)} ${output.styles.section('File:')} file://${test.file}\n`
Comment thread
kobenguyent marked this conversation as resolved.
}

const steps = test.steps || (test.ctx && test.ctx.test.steps)
Expand Down
Loading