We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d2635 commit dd67f39Copy full SHA for dd67f39
test/parallel/test-assert-typedarray-deepequal.js
@@ -44,6 +44,7 @@ const notEqualArrayPairs = [
44
[new Int16Array([-256]), new Uint16Array([0xff00])], // same bits
45
[new Int32Array([-256]), new Uint32Array([0xffffff00])], // ditto
46
[new Float32Array([0.1]), new Float32Array([0.0])],
47
+ [new Float32Array([0.1]), new Float32Array([0.1, 0.2])],
48
[new Float64Array([0.1]), new Float64Array([0.0])]
49
];
50
0 commit comments