Skip to content

Commit

Permalink
fixup! Update lib/internal/test_runner/reporter/dot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
atlowChemi committed Feb 20, 2024
1 parent 93e7d46 commit db7d22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/test_runner/reporter/dot.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = async function* dot(source) {
}

if ((type === 'test:fail' || type === 'test:pass') && ++count === columns) {
yield '\n';
yield '\n';
// Getting the line length again in case the terminal was resized.
columns = getLineLength();
count = 0;
Expand Down

0 comments on commit db7d22d

Please sign in to comment.