(over: Partial<DOMRect>)
| 151 | |
| 152 | it("clears stale side classes when the popover is repositioned", async () => { |
| 153 | const rect = (over: Partial<DOMRect>): DOMRect => |
| 154 | ({ top: 0, left: 0, right: 0, bottom: 0, width: 0, height: 0, x: 0, y: 0, toJSON() {}, ...over }) as DOMRect; |
| 155 | |
| 156 | const el = document.querySelector<HTMLElement>("#intro")!; |
| 157 |
no outgoing calls
no test coverage detected
searching dependent graphs…