Skip to Content
TestingRunning Tests

Running Tests

Run tests from repository root or per app.

Common commands:

pnpm -r test pnpm --filter ./apps/basic test pnpm --filter ./apps/with-lingui test

Set up CI to run tests on pull requests before merge.