KonnorRogers / shadow-dom-testing-library

An extension of DOM-testing-library to provide hooks into the shadow dom
MIT License
98 stars 2 forks source link

`deepQuerySelector` and `deepQuerySelectorAll` are not exported #30

Closed CreativeTechGuy closed 2 years ago

CreativeTechGuy commented 2 years ago

The README lists additional APIs deepQuerySelector and deepQuerySelectorAll here but those don't seem to be exported.

This would be very useful as an escape hatch when we need a raw querySelector. Can this be exposed?

KonnorRogers commented 2 years ago

Of course! I'll make a v1.6.0 release with these.

CreativeTechGuy commented 2 years ago

Thanks!