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 ac0d75d commit e8aa5bdCopy full SHA for e8aa5bd
lib/reporters/default.js
@@ -220,6 +220,9 @@ export default class Reporter {
220
this.lineNumberErrors.push(event);
221
222
this.write(colors.information(`${figures.warning} Could not parse ${this.relativeFile(event.testFile)} for line number selection`));
223
+ this.lineWriter.writeLine();
224
+ this.lineWriter.writeLine(colors.errorStack(event.err.stack));
225
226
break;
227
}
228
0 commit comments