Skip to content

Commit

Permalink
Fix spacing in test name pattern typeahead (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeliog authored and cpojer committed Apr 18, 2017
1 parent 5f72d73 commit 4f46c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-cli/src/TestNamePatternPrompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = class TestNamePatternPrompt {
const more = total - max;
this._pipe.write(
// eslint-disable-next-line max-len
`\n ${chalk.dim(`\u203A and ${more} more ${pluralizeTest(more)}`)}`,
`\n ${chalk.dim(`\u203A and ${more} more ${pluralizeTest(more)}`)}`,
);
}
} else {
Expand Down

0 comments on commit 4f46c18

Please sign in to comment.