bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
This PR is created automatically by the bUnit bot.
When completing this PR, it's important to use Rebase and merge to keep the commit history clean.