MCPcopy Index your code
hub / github.com/angular-split/angular-split / checkAreaClasses

Function checkAreaClasses

cypress/e2e/2.minmax.cy.js:266–270  ·  view source on GitHub ↗
($area, haveTo, notHaveTo)

Source from the content-addressed store, hash-verified

264}
265
266function checkAreaClasses($area, haveTo, notHaveTo) {
267 console.log('$area, haveTo, notHaveTo', $area, haveTo, notHaveTo)
268 haveTo.forEach((cl) => cy.wrap($area).should('have.class', cl))
269 notHaveTo.forEach((cl) => cy.wrap($area).should('not.have.class', cl))
270}

Callers 1

checkAreasClassesFunction · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…