1.0.5 • Published 7 years ago
@modxclub/react-editor v1.0.5
Tests module for @prisma-cms
Run 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.