(value)
| 70 | const propValue2 = propSize === 'width' ? h : w |
| 71 | |
| 72 | const round = (value) => Math.round(value * 10) / 10 |
| 73 | |
| 74 | cy.get(`${el} > .as-split-gutter`).should('have.length', sizes.length - 1) |
| 75 |
no outgoing calls
no test coverage detected
searching dependent graphs…