skatejs / bore

An Enzyme-like testing utility built for the DOM and Web Components.
MIT License
40 stars 3 forks source link

shallow rendering vs full rendering. #31

Open trusktr opened 6 years ago

trusktr commented 6 years ago

The README says

There's no distinction between shallow rendering and full rendering as there's no significant performance implications and Shadow DOM negates the need for the distinction.

What does that mean?

trusktr commented 6 years ago

Ah, I see, it's Shallow Rendering in Enzyme

treshugart commented 6 years ago

Yep, maybe it's better to elaborate on that.