-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Should not log succes message when app.option('silent') #1
Comments
Exemple of my tests without running
and the same tests running
is shown |
agreed, want to do a PR? |
I think we just need to address this line: Line 62 in b3f04aa
|
@jonschlinkert How did do to include the line looking like a gist in your github comment ? I dont know that feature of the github UI. |
@rbecheras if you select the line of code when looking at it on GitHub then copy/paste the url into the comment, it should show up like that. I think it's a feature something GitHub just added recently. |
@doowb thanks! Ok I just tested it updating my the first comment (the original post) of this issue. In fact, it seems it works only if the link contains the commit hash but not if the ref name is used, like the branch name. Example:
Thanks! Its a pretty cool new feature ;-) |
For better readable tests, the generator should not log succes message when
app.option('silent')
See:
generate-git/generator.js
Line 62 in b3f04aa
The text was updated successfully, but these errors were encountered: