Tests module for @prisma-cms
- yarn get-api-schema -e http://localhost:4000
- yarn build-api-fragments
- 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.