-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Build: Uses different strategy to test bins status #491
Conversation
Only 90% of the test should pass.
That should alleviate some of the pain for now 👍 |
reporter: function (stats) { | ||
total = stats.total; | ||
failures = stats.failures; | ||
}, |
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.
Indentation is a little weird here ;Pp.
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.
We should add JSCS in our tests. :D
What do you propose here?
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.
Rather than have more linting in the test suite, we need something like https://codeclimate.com/ or http://houndci.com to encourage following the styleguide.
I think we should republish the npm before getting plethora of complains. 💬 |
Yup. |
Build: Uses different strategy to test bins status
Tagging a new release now, will be 1.1.1. |
Awesome! 👍 |
Show currentDir when outputting not found error
Only 90% of the test should pass.
Related: #487 (comment) and #490.
/cc @andrew, @nschonni, @keithamus, @kevva