-
Notifications
You must be signed in to change notification settings - Fork 21
Unit tests
Nick Watts edited this page Sep 27, 2022
·
9 revisions
Unit tests are located in the src
directory (look for *.test.js
files).
To run tests, run yarn test
from the root directory. This starts a process that watches for changes in files and re-runs tests after a file is changed. To run tests once, use yarn test --watchAll=false
. To generate a coverage report, use yarn test --coverage --watchAll=false
.
Terra UI Wiki.
- Getting Started
- Contributor Guide
- Intro to UI Development
- Troubleshooting Build Failures
- Editor Configuration
- BEEs
- Pull Requests
- How to Find a PR Site
- Feature Flags
- Mixpanel
- Cobranding and White-Label Sites
- Using Terra UI packages in other projects