Skip to content

Commit

Permalink
small formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
miherlosev committed May 29, 2020
1 parent ca25caa commit b8e9261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-reporter-spec-with-retries",
"version": "0.0.3",
"version": "0.0.4",
"description": "Mocha's spec reporter with retried test information.",
"main": "src/index.js",
"files": [
Expand Down
5 changes: 3 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ function SpecWithRetries (runner, options) {
Base.consoleLog(fmt, stats.failures);

Base.list(this.failures);
Base.consoleLog();
}

// unstable tests
if (stats.unstables.length) {
fmt = color('bright yellow', ' Unstable(s):');
Base.consoleLog();

fmt = color('bright yellow', ' Unstable tests(s):');

Base.consoleLog(fmt);

Expand Down

0 comments on commit b8e9261

Please sign in to comment.