These tests cover the functionality of the components and hooks provided by Daily React.
- Automatically on GitHub CI when working on a PR with the
daily-react
label and changes inside thedaily-react
directory - Manually when run locally
cd north-star
# Runs all tests
yarn workspace @daily-co/daily-react test
# Opens jest in watch mode
yarn workspace @daily-co/daily-react test --watch
Component/Unit tests.
[ ] webapp (express server) [ ] database [ ] sfu [ ] rtmp / media server [ ] cron
No running infrastructure required. All tests run against a mocked version of daily-js.
No environment information needed for these tests.