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

Function sortSet

packages/jest-diff/src/index.ts:133–135  ·  view source on GitHub ↗
(set: Set<unknown>)

Source from the content-addressed store, hash-verified

131}
132
133function sortSet(set: Set<unknown>) {
134 return new Set([...set].sort());
135}
136
137function compareObjects(
138 a: Record<string, any>,

Callers 1

diffFunction · 0.85

Calls 1

sortMethod · 0.45

Tested by

no test coverage detected