We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcb6d3 commit 138cff3Copy full SHA for 138cff3
README.md
@@ -1,5 +1,5 @@
1
-# Razor Components Testing Library
2
-Testing library for Razor Components, that allows you to easily define your component under test and the expected output HTML
+# Blazor/Razor Components Testing Library
+Testing library for Blazor Components/Razor Components, that allows you to easily define your component under test and the expected output HTML
3
in a `.razor` file. It will automatically compare the input with the expected output using the
4
[XMLDiff](https://www.xmlunit.org/) library and pretty print error messages.
5
0 commit comments