File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments