https://github.com/plebbit/plebbit-protocol-test
https://github.com/plebbit/plebbit-protocol-test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plebbit/plebbit-protocol-test
- Owner: plebbit
- License: gpl-2.0
- Created: 2022-12-28T04:35:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T09:08:30.000Z (over 1 year ago)
- Last Synced: 2025-01-06T02:18:59.183Z (over 1 year ago)
- Language: JavaScript
- Size: 836 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo contains extra tests for `plebbit-js` (https://github.com/plebbit/plebbit-js) to ensure no protocol regression.
#### Install
- `yarn`
#### Node tests
- `yarn test`
#### Bundle browser tests in watch mode
- `yarn webpack:watch`
#### Browser tests
- `yarn test:browser`
#### Tests with plebbit-js logs
```
DEBUG=plebbit-js:* yarn test
```