How can I test if a Blazor Component string is rendered as a MarkupString in bUnit?
I have a simple Blazor Component that renders a string and a test that checks the html content is rendered when the component is rendered.
I have a simple Blazor Component that renders a string and a test that checks the html content is rendered when the component is rendered.