()
| 224 | const getSpan = () => |
| 225 | /** @type {HTMLSpanElement} */ (scratch.firstChild.firstChild); |
| 226 | const getCSSVariableValue = () => |
| 227 | getDiv().style.getPropertyValue('--color'); |
| 228 | const getTextColor = () => window.getComputedStyle(getSpan()).color; |
| 229 | |
| 230 | render(<App color="blue" />, scratch); |
no test coverage detected
searching dependent graphs…