Skip to content

Commit fa82b77

Browse files
committed
fix text for unstable tests section
1 parent b8e9261 commit fa82b77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha-reporter-spec-with-retries",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Mocha's spec reporter with retried test information.",
55
"main": "src/index.js",
66
"files": [

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function SpecWithRetries (runner, options) {
7070
if (stats.unstables.length) {
7171
Base.consoleLog();
7272

73-
fmt = color('bright yellow', ' Unstable tests(s):');
73+
fmt = color('bright yellow', ' Unstable test(s):');
7474

7575
Base.consoleLog(fmt);
7676

0 commit comments

Comments
 (0)