-
Notifications
You must be signed in to change notification settings - Fork 11
Use process.stdout.write to print the report #36
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
Conversation
README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't that be console.log.bind(console)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are absolutely right!
|
I'm not sure about writing to Also, I wonder if we need to expose an option at all for the logger. For now, wouldn't it just make sense to call |
|
|
|
You're right, |
|
I could maybe use A thing that just hit me, we could go the other way around, and have a big message saying "if you get |
|
Yeah, showing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This small note could be removed when #29 comes in, dropping support for custom
|
@lazd Thoughts? |
|
Aye, sounds good |
|
@lazd Rebased this |
|
This is done, yes. Regarding @29 I'd like to get it done, but I'm quite busy the next couple of weeks, and won't be able to wrap it up until after that |
|
Ok, I'll go ahead and merge/release this as a patch release. |
|
Huh? |
|
Oh yeah haha. Sorry about that! |
|
@lazd ping 😄 |
|
@SimenB sorry for the delay, merging now! |
|
Released in 0.3.0! |
|
Sweet! I'll try to wrap up #29 ASAP then, and a 1.0 release should be GTG 😄 |
|
@SimenB awesome! |
Fixes #35
Testing it became quite hard, so ended up introducing logger option, which is provided a sinon mock from the test