Ernesto García
Ernesto García
@StudioSpindle thanks a lot for looking into this. This is, in my opinion, the biggest issue we've got in jest-dom right now. You have correctly described the issues this matcher...
Indeed, in addition to what I said, there may be other issues. I can think of browser-specific issues around the implementation of `getComputedStyles`. In particular I can expect for `jsdom`...
> Would it be an addition to return an error message in the console with this info if a jest-dom user would try to compare a shorthand css value and...
@nickmccurdy what's pending for us to merge this?
This could be a nice addition indeed. One thing I'd suggest is discuss the name a bit. `toHaveSelectionValue` can suggest it being about what's the currently selected value in a...
Sure. Selection makes more sense than selected. `toHaveSelection` is great.
Thanks for the report @graniczny. It seems this is not a direct dependency, but a dependency of a dependency. We'd need to figure out which one is it first, and...
I have almost zero experience with shadow dom and web components, so I can comment very little on what the cause is or how to fix it. That being said,...
Thanks for your report. This library is focused in the end user's experience, and they do not experience comments in the html. So I'd be hesitant (to say the least)...
Can't you render the component inside a wrapper element, and test that the wrapper element is empty?