Skip to content

Commit 44780bd

Browse files
committed
Docs: Updates to 3rd party libs page
1 parent f68a237 commit 44780bd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/site/docs/providing-input/configure-3rd-party-libs.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@ If for example a 3rd party component requires services to be registered in produ
1111

1212
Similarly, if a root component is needed to provide cascading values to the 3rd party components, that is likely to be needed as well. See the <xref:passing-parameters-to-components#cascading-parameters-and-cascading-values> page for more on this.
1313

14+
## bUnit Friendly 3rd Party Component Libraries
15+
16+
This section contains a table of 3rd party component libraries that are known to allow its users to test their components with bUnit. If addition setup or configuration is needed, a link is provided to the component library's own documentation, that shows how to test a component that uses components from the library.
17+
18+
| Component Library | bUnit compatibility notes | Test context setup guide |
19+
| ----------------- | ------------------------- | -------------------------|
20+
| . | . | . |
21+
22+
1423
> [!TIP]
15-
> If you are a Blazor component vendor and have instructions on how to setup a bUnit test context for testing components that use your components, we would love to feature a link to your documentation and component library on this page.
24+
> If you are a Blazor component vendor and have instructions on how to setup a bUnit test context for testing components that use your components, please add a link to your documentation and component library to the table above.
1625
>
1726
> Just submit a pull-request to this page with the relevant links added, share the relevant links in [bUnit's gitter chat](https://gitter.im/egil/bunit), or add an issue on [bUnit's github page](https://github.com/egil/razor-components-testing-library/issues) with the relevant links.

0 commit comments

Comments
 (0)