Skip to content

Commit a0274d1

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/razor-examples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ The code above works as follows:
8080
- Inside the `Test` methods you can do all the things you can in C#-based tests, e.g. assert against the CUT. The only difference is that some methods such as `TakeSnapshot()` is not available on the local scope, but through the `IRazorTestContext` object passed to each Test method.
8181

8282
## Examples
83-
8483
Here is a few examples that demonstrate how Razor test components can be used. More can be found in the [samples/tests/RazorComponentTests](../samples/tests/RazorComponentTests) samples folder.
8584

8685
```cshtml

0 commit comments

Comments
 (0)