()
| 226 | const getCSSVariableValue = () => |
| 227 | getDiv().style.getPropertyValue('--color'); |
| 228 | const getTextColor = () => window.getComputedStyle(getSpan()).color; |
| 229 | |
| 230 | render(<App color="blue" />, scratch); |
| 231 | expect(getCSSVariableValue()).to.equal('blue'); |
no test coverage detected
searching dependent graphs…