MCPcopy
hub / github.com/vitest-dev/vitest / iterableEqualityWithStack

Function iterableEqualityWithStack

packages/expect/src/jest-utils.ts:475–477  ·  view source on GitHub ↗
(a: any, b: any)

Source from the content-addressed store, hash-verified

473 ]
474
475 function iterableEqualityWithStack(a: any, b: any) {
476 return iterableEquality(a, b, [...customTesters], [...aStack], [...bStack])
477 }
478
479 if (a.size !== undefined) {
480 if (a.size !== b.size) {

Callers

nothing calls this directly

Calls 1

iterableEqualityFunction · 0.85

Tested by

no test coverage detected