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
1. Create the necessary projects (Razor Class Library and xUnit class Library). See the [sample project](master/sample) for an example.
16
+
1. Create the necessary projects (Razor Class Library and xUnit class Library). See the [sample project](/sample) for an example.
17
17
1. Install the [Razor.Components.Testing.Library](https://www.nuget.org/packages/Razor.Components.Testing.Library) library from Nuget into your xUnit test project.
18
18
2. Optionally, add an `_Imports.razor` to test project to avoid typing using and inherits statements in each test file.
0 commit comments