Hi! The previous package testing-library__dom stopped working while migrating from Jest to Vitest. Also it is not maintained for the last 2 years. Your package works out of the box when including getByShadowRole.
Something I was missing in the previous package is that when a specific role is not found there was no representation of the DOM like and the available roles inside the (shadow)DOM.
Hi! The previous package
testing-library__dom
stopped working while migrating from Jest to Vitest. Also it is not maintained for the last 2 years. Your package works out of the box when including getByShadowRole.Something I was missing in the previous package is that when a specific role is not found there was no representation of the DOM like and the available roles inside the (shadow)DOM.
The only thing it showed was:
This to improve developer experience.
Anyways, nice to finally have a package which supports Shadow DOM!