You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ Follow these steps to set up a new test project:
50
50
51
51
Examples are split into three sections, one for each style/declaration type.
52
52
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)
56
56
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.
57
57
3.[Snapshot tests](snapshot-examples.md)
58
58
Examples of snapshot tests written in Razor code, where the component under test and expected output is declared in Razor syntax and automatically verified.
0 commit comments