Skip to content

Commit ab333cc

Browse files
authored
Added link to testing library
1 parent 1f2dac7 commit ab333cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ Tell us how you are currently using the web forms framework so that we can build
7575

7676
All code for a component should have an assigned issue that matches it. This way we can prevent contributors from working on the same feature at the same time.
7777

78-
Any code that is written to support a component are required to be accompanied with unit tests at the time the pull request is submitted. Pull requests without unit tests will be delayed and asked for unit tests to prove their functionality.
78+
Any code that is written to support a component are required to be accompanied with unit tests at the time the pull request is submitted. Pull requests without unit tests will be delayed and asked for unit tests to prove their functionality. We use the [Razor Components Testing Library](https://www.nuget.org/packages/Razor.Components.Testing.Library/) to test our components.
7979

8080
Code for components' features should also include some definition in the `/docs` folder so that our users can identify and understand which feature is supported.
8181

8282
### Write documentation
8383

84-
The documentation for the migration and consumption of these components will be significant in scope and need to cover many scenarios. We are always looking for help to add content to the `/docs` section of the repository with proper links back through to the main `/README.md`
84+
The documentation for the migration and consumption of these components will be significant in scope and need to cover many scenarios. We are always looking for help to add content to the `/docs` section of the repository with proper links back through to the main `/README.md`

0 commit comments

Comments
 (0)