There was an error while loading. Please reload this page.
Looks like now assertion APIs of Node.js such as assert.strictEqual and assert.deepStrictEqual can compare NaN but power-assert is not.
assert.strictEqual
assert.deepStrictEqual
// Node.js: undefined // power-assert (on browsers): Exception assert.strictEqual(NaN, NaN);