Skip to content

Commit 95eacf8

Browse files
authored
Update README.md
1 parent 48f4f33 commit 95eacf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
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
33
in a `.razor` file. It will automatically compare the input with the expected output using the
44
[XMLDiff](https://www.xmlunit.org/) library and pretty print error messages using the
55
[Shouldly](https://github.com/shouldly/shouldly) library.

0 commit comments

Comments
 (0)