Skip to content

Commit c58fabd

Browse files
authored
Update bunit.template.csproj
1 parent ee06f2f commit c58fabd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/bunit-project/bunit.template.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<PackageDescription>
1313
A project template for a testing Blazor/Razor components using the bUnit library.
1414

15-
**bUnit**, previously known as **Blazor Components Testing Library**, is a unit testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can easily interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJsRuntime, and perform snapshot testing.
15+
bUnit is a unit testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can easily interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJsRuntime, and perform snapshot testing.
1616

17-
This library's goal is to make it easy to write _comprehensive, stable unit tests_ for Blazor Components/Razor Components. Head to https://bunit.egilhansen.com to learn more.
17+
This library's goal is to make it easy to write comprehensive, stable unit tests for Blazor Components/Razor Components. Head to https://bunit.egilhansen.com to learn more.
1818
</PackageDescription>
1919
<PackageTags>blazor component testing;blazor test;component test;unit test;integration test;</PackageTags>
2020
<PackageProjectUrl>https://github.com/egil/bunit</PackageProjectUrl>
@@ -35,4 +35,4 @@
3535
<None Remove="template\obj\**" />
3636
</ItemGroup>
3737

38-
</Project>
38+
</Project>

0 commit comments

Comments
 (0)