MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / summariesOf

Function summariesOf

lib/aria.js:255–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253
254function diffAriaSnapshots(previous, current) {
255 const summariesOf = snap => collectSummaries(dropEmpty(parseSnapshot(snap)))
256 const { added, removed } = diffSummaries(summariesOf(previous), summariesOf(current))
257 return formatDiff(added, removed)
258}

Callers 1

diffAriaSnapshotsFunction · 0.85

Calls 3

collectSummariesFunction · 0.85
dropEmptyFunction · 0.85
parseSnapshotFunction · 0.85

Tested by

no test coverage detected