Skip to content

Commit ce2798a

Browse files
authored
Update readme.md
1 parent f2ba719 commit ce2798a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Examples are split into three sections, one for each style/declaration type.
5252

5353
1. [C# tests](csharp-examples.md)
5454
Examples of tests written entirely in C#.
55-
2. [Razor test component tests](razor-examples.md)
55+
2. [Razor test component tests](razor-examples.md) (experimental)
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.
57-
3. [Snapshot tests](snapshot-examples.md)
57+
3. [Snapshot tests](snapshot-examples.md) (experimental)
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.
5959

6060
## References

0 commit comments

Comments
 (0)