@prisma-cms
Tests module forRun tests
- Start @prisma-cms/server
- Start @prisma-cms/front
yarn test --testURL=http://localhost:3000
Test with serviceWorker
TEST_WORKERS=true yarn test --testURL=http://localhost:3000
Test coverage
yarn test --testURL=http://localhost:3000 --coverage
More jest arguments see jest docs.