Skip to content

Commit 8e9bdb3

Browse files
committed
Imports in examle
1 parent 2b6273a commit 8e9bdb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ To test the following component:
2222
Write the following test fixture:
2323

2424
```csharp
25+
using Egil.RazorComponents.Testing;
26+
using Xunit;
27+
2528
public class SrOnlyTest : RazorComponentFixture
2629
{
2730
[Fact(DisplayName = "SrOnly does not render anything when ChildContent is null")]

0 commit comments

Comments
 (0)