Skip to content
New issue

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

Show output when all tests pass #547

Closed
SiddharthShyniben opened this issue May 11, 2021 · 1 comment
Closed

Show output when all tests pass #547

SiddharthShyniben opened this issue May 11, 2021 · 1 comment

Comments

@SiddharthShyniben
Copy link

SiddharthShyniben commented May 11, 2021

There should be some encouraging output like ✅  All test pass when all tests pass. Not only it is encouraging, I also think that it looks like something is broken if it is not included. Example:

$ npm run lint 

> app@1.0.0 lint
> xo
$ # Prompt comes out of nowhere, something looks broken...

I ran the command 2-3 times and modified the code for sometime until I realized that there were no problems...

@sindresorhus
Copy link
Member

The Unix convention is silent on success and verbose on error. I prefer that too.

You can use xo && echo Success if you need confirmation that it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants