| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This is a followup of nodejs#2109. The tests which didn't make it in nodejs#2109, are included in this patch. The skip messages are supposed to follow the format 1..0 # Skipped: [Actual reason why the test is skipped] and the tests should be skipped with the return statement.
There was a problem hiding this comment.
Can we make sure the messages are consistent? :D
Sorry, something went wrong.
|
LGTM if the messages are consistent. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
This is a followup of #2109. The tests which didn't make it in #2109, are included in this patch. The skip messages are supposed to follow the format 1..0 # Skipped: [Actual reason why the test is skipped] and the tests should be skipped with the return statement. PR-URL: #2290 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
|
Thanks guys, landed at 80a1cf7. Since the linter job failed, I ran locally and it didn't raise any concerns. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is a followup of #2109.
The tests which didn't make it in #2109, are included in this patch.
The skip messages are supposed to follow the format
and the tests should be skipped with the return statement.
cc @bnoordhuis @jbergstroem