You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ bUnit is available on NuGet in various incarnations. Most should just pick the [
34
34
|[bUnit.web](https://www.nuget.org/packages/bunit.web/)| Adds support for testing Blazor components for the web. This includes bUnit.core. |[](https://www.nuget.org/packages/bunit.web/)|
35
35
|[bUnit.template](https://www.nuget.org/packages/bunit.template/)| Template, which currently creates xUnit-based bUnit test projects only. |[](https://www.nuget.org/packages/bunit.template/)|
36
36
|[bUnit.generators](https://www.nuget.org/packages/bunit.generators/)|Source code generators to minimize code setup in various situations.|[](https://www.nuget.org/packages/bunit.generators/)|
37
+
|[bUnit.web.query](https://www.nuget.org/packages/bunit.web.query/)|bUnit implementation of testing-library.com's query APIs.|[](https://www.nuget.org/packages/bunit.web.query/)|
37
38
38
39
To get started, head to the [getting started documentation](https://bunit.dev/docs/getting-started) to learn more.
0 commit comments