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 48f4f33 commit 95eacf8Copy full SHA for 95eacf8
README.md
@@ -1,5 +1,5 @@
1
-# Razor Component Testing Library
2
-Testing library for Razor Components, that allows you to define your component under test and the expected output HTML
+# Razor Components Testing Library
+Testing library for 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 using the
5
[Shouldly](https://github.com/shouldly/shouldly) library.
0 commit comments