https://github.com/prisma-cms/webrtc
https://github.com/prisma-cms/webrtc
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prisma-cms/webrtc
- Owner: prisma-cms
- Created: 2019-02-03T14:18:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T11:19:39.000Z (over 5 years ago)
- Last Synced: 2025-06-02T07:41:53.907Z (about 1 year ago)
- Language: JavaScript
- Size: 321 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
## Tests module for [@prisma-cms](https://github.com/prisma-cms/boilerplate)
## Get schema from @prisma-cms
1. yarn get-api-schema -e http://localhost:4000
2. yarn build-api-fragments
### 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](https://jestjs.io/docs/en/cli.html).
### Compatibility