mirror of https://github.com/lukechilds/node.git
Browse Source
* var -> const * assert.equal() -> assert.strictEqual() * assert.notEqual() -> assert.notStrictEqual() Fixes: https://github.com/nodejs/node/issues/8925 PR-URL: https://github.com/nodejs/node/pull/8938 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>v7.x
Michael Macherey
8 years ago
committed by
Anna Henningsen
1 changed files with 12 additions and 12 deletions
Loading…
Reference in new issue