Skip to content

Commit 2979d7b

Browse files
authored
Update razor-examples.md
1 parent ce2798a commit 2979d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/razor-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You will also need to import a few namespaces to make asserting and mocking poss
2222
@using Egil.RazorComponents.Testing
2323
@using Egil.RazorComponents.Testing.Asserting
2424
@using Egil.RazorComponents.Testing.EventDispatchExtensions
25-
@using Xunit @*or e.g. Shouldly*@
25+
@using Xunit @*or e.g. Shouldly, but see known issues below related to Shouldly *@
2626
```
2727

2828
**Tip:** In the folder you keep your Razor-based tests, add a `_Imports.razor` file, and put the above into that. Then all test components inherit the correct base component by default and have the default imports available.

0 commit comments

Comments
 (0)