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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ bUnit builds on top of existing unit testing frameworks such as xUnit, NUnit, MS
20
20
21
21
bUnit is available on NuGet in various incarnations. Most should just pick the [bUnit](https://www.nuget.org/packages/bunit/) package:
22
22
23
-
| Name | Description | NuGet Download Link |
24
-
| ----- | ----- | ---- |
25
-
|[bUnit](https://www.nuget.org/packages/bunit/)| Adds support for testing Blazor components. |[](https://www.nuget.org/packages/bunit/)|
26
-
|[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/)|
27
-
|[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/)|
28
-
|[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/)|
|[bUnit](https://www.nuget.org/packages/bunit/)| Adds support for testing Blazor components. |[](https://www.nuget.org/packages/bunit/)|
26
+
|[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/)|
27
+
|[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/)|
28
+
|[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/)|
29
29
30
30
To get started, head to the [getting started documentation](https://bunit.dev/docs/getting-started) to learn more.
31
31
@@ -39,7 +39,7 @@ For a migration guide, see [Upgrading bUnit](https://bunit.dev/docs/migrations/i
39
39
40
40
## Sponsors
41
41
42
-
A huge thank you to the [sponsors of bUnit](https://github.com/sponsors/egil). The higher tier sponsors are:
42
+
A huge thank you to the [sponsors of bUnit](https://github.com/sponsors/bUnit-dev). The higher tier sponsors are:
43
43
44
44
<tableborder="0">
45
45
<tr>
@@ -50,11 +50,11 @@ A huge thank you to the [sponsors of bUnit](https://github.com/sponsors/egil). T
Copy file name to clipboardExpand all lines: docs/site/index.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,27 +39,27 @@ This test uses bUnit's test context to render the `Counter` component with the `
39
39
40
40
bUnit is available on NuGet in various incarnations. Most users should just pick the [bUnit](https://www.nuget.org/packages/bunit/) package:
41
41
42
-
| Name | Description | NuGet Download Link |
43
-
| ----- | ----- | ---- |
44
-
|[bUnit](https://www.nuget.org/packages/bunit/)| Includes the bUnit.core and bUnit.web packages. |[](https://www.nuget.org/packages/bunit/)|
45
-
|[bUnit.template](https://www.nuget.org/packages/bunit.template/)| Template for bUnit test projects based on xUnit, NUnit or MSTest |[](https://www.nuget.org/packages/bunit.template/)|
46
-
|[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/)|
47
-
|[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/)|
|[bUnit](https://www.nuget.org/packages/bunit/)| Includes the bUnit.core and bUnit.web packages. |[](https://www.nuget.org/packages/bunit/)|
45
+
|[bUnit.template](https://www.nuget.org/packages/bunit.template/)| Template for bUnit test projects based on xUnit, NUnit or MSTest |[](https://www.nuget.org/packages/bunit.template/)|
46
+
|[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/)|
47
+
|[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/)|
48
48
49
49
## Sponsors
50
50
51
51
A huge thank you to the [sponsors of bUnit](https://github.com/sponsors/egil). The higher tier sponsors are:
0 commit comments