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