Skip to content

Commit 88ae348

Browse files
committed
template update
1 parent b8b12ef commit 88ae348

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

template/Razor.Components.Testing.Library.Template.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88
<Company>Egil Hansen</Company>
99
<Copyright>Egil Hansen</Copyright>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11-
<Description>A project template for a testing Blazor/Razor components using the Razor.Components.Testing.Library library.</Description>
11+
<Description>A project template for a testing Blazor/Razor components using the Razor Components Testing Library.</Description>
12+
<PackageDescription>A project template for a testing Blazor/Razor components using the Razor Components Testing Library.
13+
14+
The Razor 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+
16+
This library's goal is to make it easy to write comprehensive, stable unit tests for Blazor Components/Razor Components. To see how, head to the Wiki pages: https://github.com/egil/razor-components-testing-library/wiki
17+
</PackageDescription>
1218
<PackageTags>blazor component testing;blazor test;component test;unit test;integration test;</PackageTags>
1319
<PackageProjectUrl>https://github.com/egil/razor-components-testing-library</PackageProjectUrl>
1420
<TargetFramework>netstandard2.1</TargetFramework>

0 commit comments

Comments
 (0)