|
4 | 4 |
|
5 | 5 | # bUnit - a testing library for Blazor components |
6 | 6 |
|
7 | | -<a href="https://www.telerik.com/blazor-ui?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message#gh-light-mode-only"> |
8 | | -<img align="right" width="300" src="https://raw.githubusercontent.com/bUnit-dev/bUnit/main/docs/site/sponsors/progress-ad-2022-light-mode.svg#gh-light-mode-only" /> |
9 | | -</a> |
10 | | -<a href="https://www.telerik.com/blazor-ui?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message#gh-dark-mode-only"> |
11 | | -<img align="right" width="300" src="https://raw.githubusercontent.com/bUnit-dev/bUnit/main/docs/site/sponsors/progress-ad-2022-dark-mode.svg#gh-dark-mode-only" /> |
12 | | -</a> |
13 | | - |
14 | 7 | **bUnit** is a testing library for Blazor Components. Its goal is to make it easy to write _comprehensive, stable_ unit tests. With bUnit, you can: |
15 | 8 |
|
16 | 9 | - Setup and define components under tests using C# or Razor syntax |
@@ -40,22 +33,22 @@ To get started, head to the [getting started documentation](https://bunit.dev/do |
40 | 33 |
|
41 | 34 | ## Sponsors |
42 | 35 |
|
43 | | -A huge thank you to the [sponsors of my work with bUnit](https://github.com/sponsors/egil). The higher tier sponsors are: |
| 36 | +A huge thank you to the [sponsors of bUnit](https://github.com/sponsors/egil). The higher tier sponsors are: |
44 | 37 |
|
45 | 38 | <table border="0"> |
46 | 39 | <tr> |
47 | 40 | <td align="center" width="120"> |
48 | | - <a href="https://github.com/Progress-Telerik"> |
49 | | - <img src="https://avatars.githubusercontent.com/u/57092419?s=460" alt="@Progress-Telerik" class="avatar" width="72" height="72" /> |
| 41 | + <a href="https://github.com/syncfusion"> |
| 42 | + <img class="avatar" src="https://avatars.githubusercontent.com/u/1699795?s=460" width="72" height="72" alt="@syncfusion" /> |
50 | 43 | <br /> |
51 | | - Progress Telerik |
| 44 | + Syncfusion |
52 | 45 | </a> |
53 | 46 | </td> |
54 | 47 | <td align="center" width="120"> |
55 | | - <a href="https://github.com/syncfusion"> |
56 | | - <img class="avatar" src="https://avatars.githubusercontent.com/u/1699795?s=460" width="72" height="72" alt="@syncfusion" /> |
| 48 | + <a href="https://github.com/JetBrainsOfficial"> |
| 49 | + <img class="avatar" src="https://avatars.githubusercontent.com/u/60931315?v=4" width="72" height="72" alt="@JetBrainsOfficial" /> |
57 | 50 | <br /> |
58 | | - Syncfusion |
| 51 | + JetBrains |
59 | 52 | </a> |
60 | 53 | </td> |
61 | 54 | </tr> |
|
0 commit comments