We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6273a commit 8e9bdb3Copy full SHA for 8e9bdb3
README.md
@@ -22,6 +22,9 @@ To test the following component:
22
Write the following test fixture:
23
24
```csharp
25
+using Egil.RazorComponents.Testing;
26
+using Xunit;
27
+
28
public class SrOnlyTest : RazorComponentFixture
29
{
30
[Fact(DisplayName = "SrOnly does not render anything when ChildContent is null")]
0 commit comments