We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce, make your terminal width narrow and try running the got tests.
got
The text was updated successfully, but these errors were encountered:
What is the best way to fix?
Truncate the title or try to account for the wrapping when deleting?
The first is probably easier than the second, but both should be doable.
Sorry, something went wrong.
I was going to say wrapping, but it looks very ugly, so let's go with truncation. Can use … character to indicate it's truncated. I made a module for this: https://github.com/sindresorhus/cli-truncate
…
14b77d8
Close #639 PR: Truncate mini reporter titles. Fixes #629
6d5f322
Successfully merging a pull request may close this issue.
To reproduce, make your terminal width narrow and try running the
got
tests.The text was updated successfully, but these errors were encountered: