node
node copied to clipboard
assert: partialDeepStrictEqual now handles comparisons of ArrayBuffers, SharedArrayBuffers and Int16Arrays
Fixes: https://github.com/nodejs/node/issues/56097
Added handling for ArrayBuffers, SharedArrayBuffers and Int16Arrays , which were not properly considered in the new method assert.partialDeepStrictEqual
.
This PR should move the feature one step closer to a stable version