You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, it's private to the crate, so it cannot be used by outsiders. Consider making TestLayout public or possibly create something more suitable for general use that could help with testing component output expectations.
Questionnaire
I'm interested in implementing this myself but don't know where to start
I would like to add this feature
I don't have time to add this right now, but maybe later
The text was updated successfully, but these errors were encountered:
I think it makes sense for this functionality to live in a yew-test crate. It can start with a simple with a way to render a component to an empty dom and assert the shape of the resulting html.
I wanted to test my component's output, and I was informed of
TestLayout
:yew/yew/src/virtual_dom/mod.rs
Line 327 in a4eb965
Unfortunately, it's private to the crate, so it cannot be used by outsiders. Consider making
TestLayout
public or possibly create something more suitable for general use that could help with testing component output expectations.Questionnaire
The text was updated successfully, but these errors were encountered: