| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
|
||
| assert.ok(typeof home === 'string'); | ||
| assert.ok(home.indexOf(path.sep) !== -1); | ||
| assert.strictEqual(typeof home , 'string'); |
There was a problem hiding this comment.
Why the indentation here? Also, no space before the comma please.
Sorry, something went wrong.
|
Fixed linting nit and force-pushed. PTAL @cjihrig |
Sorry, something went wrong.
|
Failure in CI appears to be completely unrelated but still worth noting. |
Sorry, something went wrong.
PR-URL: #9899 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
Landed in 1b25214. Thank you for the PR and for participating in the code-and-learn! |
Sorry, something went wrong.
PR-URL: #9899 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#9899 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #9899 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #9899 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #9899 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
test
Description of change
Fixed the test with const and strictEqual