mainmatter / qunit-dom

High Level DOM Assertions for QUnit
MIT License
179 stars 123 forks source link

Argument of type ShadowRoot | null is not assignable to parameter of type Element | undefined . #2089

Closed lolmaus closed 7 months ago

lolmaus commented 10 months ago

qunit-dom does work correctly with ShadowRoot, but its types do not allow for that.

Reproduction: https://github.com/lifeart/glimmer-next/blob/fa5b80ac09fe52c5b6660946cc44fa103aaba627/src/tests/integration/shadowroot-test.gts#L17C1-L18

CC @lifeart