()
| 33 | function getLeftCol() { return $(ZONES.TOP_LEFT); } |
| 34 | function getRightCol() { return $(ZONES.TOP_RIGHT); } |
| 35 | function getHeaderDropArea() { return $(ZONES.HEADER); } |
| 36 | function isSmallScreen() { return window.innerWidth < MEDIUM_MIN; } |
| 37 | function getCards() { return CARD_IDS.map(id => $(id)).filter(Boolean); } |
| 38 |
no test coverage detected