test: s/assert.notEqual()/assert.notStrictEqual()/#10541
test: s/assert.notEqual()/assert.notStrictEqual()/#10541cjihrig merged 1 commit intonodejs:masterfrom
Conversation
Trott
left a comment
There was a problem hiding this comment.
LGTM if CI is ✅ . Left some nits, but they can be ignored and someone can do them later if they feel strongly about it.
test/parallel/test-console.js
Outdated
There was a problem hiding this comment.
For readability, might be good to change this to assert(strings.shift().includes('foo: [Object]'));
test/parallel/test-crypto-fips.js
Outdated
There was a problem hiding this comment.
Might be good to use .includes() here and change assert.notStrictEqual() to assert().
There was a problem hiding this comment.
Here and the next line too. I'll stop. You get the idea. :-D
|
Nit: commit message should start with an imperative verb. Although I guess arguably the |
|
FWIW, I went with |
|
New CI with @Trott's suggestions: https://ci.nodejs.org/job/node-test-pull-request/5729/ |
PR-URL: nodejs#10541 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
PR-URL: nodejs#10541 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
PR-URL: nodejs#10541 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
PR-URL: #10541 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
PR-URL: nodejs#10541 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
PR-URL: nodejs#10541 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
|
This will need backport PRs to land on v4 and v6 |
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test