| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Typo: common
Sorry, something went wrong.
There was a problem hiding this comment.
I'm not sure what this is supposed to say. Also, there is an extra space before the.
Sorry, something went wrong.
There was a problem hiding this comment.
me neither...
Sorry, something went wrong.
There was a problem hiding this comment.
successfully?
Sorry, something went wrong.
There was a problem hiding this comment.
No need for deepEqual(). strictEqual() is good for comparing primitives.
Sorry, something went wrong.
There was a problem hiding this comment.
This can fit on the previous line I think.
Sorry, something went wrong.
There was a problem hiding this comment.
Instead of having r, r2, etc., you can place the isolated test cases inside a block scope and reuse the same variable names.
Sorry, something went wrong.
There was a problem hiding this comment.
asd?
Sorry, something went wrong.
There was a problem hiding this comment.
The comments in general need some grammar and spell checking.
Sorry, something went wrong.
There was a problem hiding this comment.
Some nits on the comments.
Sorry, something went wrong.
There was a problem hiding this comment.
can you remove this?
Sorry, something went wrong.
There was a problem hiding this comment.
can you remove this comment?
Sorry, something went wrong.
There was a problem hiding this comment.
can you condense this into a one-liner?
Sorry, something went wrong.
There was a problem hiding this comment.
can you condense this into a oneliner?
Sorry, something went wrong.
|
nits resolved |
Sorry, something went wrong.
Sorry, something went wrong.
|
The linter seems failing. |
Sorry, something went wrong.
|
@mcollina I cannot find in the CI where is failing, can you see it ? |
Sorry, something went wrong.
|
Is make lint passing? |
Sorry, something went wrong.
|
I re-run the CI, is on queue. |
Sorry, something went wrong.
|
Really funny this error Mandatory module "common" must be loaded If i call const common = require('../common.js) I get the error I need to call common without the .js |
Sorry, something went wrong.
|
The CI failure looks not related with the PR, can someone confirm ? |
Sorry, something went wrong.
|
CI failure is unrelated. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
stream
Description of change
Adding test for the readableListening state in stream.Readable
Issue related: #8683
cc: @mcollina