Skip to content

Commit dd8eaf1

Browse files
authored
Update reactExamples README jest test documentation (#158)
1 parent c2fd953 commit dd8eaf1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

reactExamples/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ pages (note the "Dev" added to the end of the action name).
4747

4848
<a name="jest"></a>
4949
## Jest Tests
50-
This module is setup to run Jest tests, including using Enzyme and Jest Snapshot testing. There is an example Jest test and
51-
Jest snapshot in the HelloWorld module. Jest tests can be run using `npm run test` or they can be run directly in IntelliJ.
50+
This module is setup to run Jest tests, including using [React Testing Library]. There is an example Jest test
51+
in the HelloWorld module. Jest tests can be run using `npm run test` or they can be run directly in IntelliJ.
5252

5353

5454
[LabKey Gradle build]: https://www.labkey.org/Documentation/wiki-page.view?name=gradleBuild
5555
[Node.js Build Dependency]: https://www.labkey.org/Documentation/wiki-page.view?name=nodejs
56-
[Public API doc]: https://github.com/LabKey/labkey-ui-components/blob/master/packages/components/docs/public.md
56+
[Public API doc]: https://github.com/LabKey/labkey-ui-components/blob/master/packages/components/docs/public.md
57+
[React Testing Library]: https://testing-library.com/docs/react-testing-library/intro/

0 commit comments

Comments
 (0)