node icon indicating copy to clipboard operation
node copied to clipboard

assert: partialDeepStrictEqual now handles comparisons of ArrayBuffers, SharedArrayBuffers and Int16Arrays

Open puskin94 opened this issue 2 months ago • 3 comments

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

puskin94 avatar Dec 01 '24 14:12 puskin94