BridgeAR · GitHub

@BridgeAR added assert

Issues and PRs related to the assert subsystem.

semver-major

PRs that contain breaking changes and should be released in the next major version.

labels

Nov 13, 2017

addaleax

Trott

joyeecheung

TimothyGu

This aligns assert.strictEqual and assert.notStrictEqual with
assert.deepStrictEqual to use the Object.is() comparison instead
of strict equality.

@BridgeAR

TimothyGu

jasnell pushed a commit that referenced this pull request

Nov 22, 2017
This aligns assert.strictEqual and assert.notStrictEqual with
assert.deepStrictEqual to use the Object.is() comparison instead
of strict equality.
PR-URL: #17003
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

@BridgeAR

@rotu rotu mentioned this pull request

Jan 28, 2024

Open

Read the original on github.com ↗