MCPcopy
hub / github.com/jestjs/jest / isVolume

Function isVolume

packages/expect/src/__tests__/customEqualityTesters.test.ts:40–42  ·  view source on GitHub ↗
(a: unknown)

Source from the content-addressed store, hash-verified

38}
39
40function isVolume(a: unknown): a is Volume {
41 return a instanceof Volume;
42}
43
44const areVolumesEqual: Tester = (
45 a: unknown,

Callers 1

areVolumesEqualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected