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

fix: strip extraneous linebreaks in pretty dom #45

Closed KonnorRogers closed 1 year ago

KonnorRogers commented 1 year ago

@CreativeTechGuy I think you'll like this much more!!

Heres an example three shadow roots deep:

Before ```


```
After ```


```

No, I have no idea why these extra spaces popup...since it only affects shadow roots I'm kind of confused...perhaps something in serialization? Idk. But it works now.

CreativeTechGuy commented 1 year ago

Awesome thank you!