Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Files

Latest commit

author
Fi1osof
Oct 13, 2018
252eed1 · Oct 13, 2018

History

History
17 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 453 Bytes

Tests module for @prisma-cms

Run tests

  1. Start @prisma-cms/server
  2. Start @prisma-cms/front
  3. 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.

Compatibility