Skip to content

Commit 0a8eff1

Browse files
committed
updates to docs and samples
1 parent b487084 commit 0a8eff1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/razor-examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ The follow test verifies some of the component logic around new todo creation an
297297
}
298298
```
299299

300+
More examples to come.
301+
300302
## Known issues
301303

302304
These are the known issues:

docs/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Follow these steps to set up a new test project:
5050

5151
Examples are split into three sections, one for each style/declaration type.
5252

53-
1. [C#-based tests](csharp-examples.md)
54-
Examples of tests written entirely in C#
55-
2. [Razor/C# mixed-mode tests](razor-examples.md)
53+
1. [C# tests](csharp-examples.md)
54+
Examples of tests written entirely in C#.
55+
2. [Razor test component tests](razor-examples.md)
5656
Examples of tests written in Razor files using Razor code to declare/arrange the component under test and expected HTML, and C# code for driving the test.
5757
3. [Snapshot tests](snapshot-examples.md)
5858
Examples of snapshot tests written in Razor code, where the component under test and expected output is declared in Razor syntax and automatically verified.

docs/snapshot-examples.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Writing Snapshot Tests for Blazor Components
2+
3+
TODO

0 commit comments

Comments
 (0)