An open API service indexing awesome lists of open source software.

https://github.com/plebbit/plebbit-protocol-test


https://github.com/plebbit/plebbit-protocol-test

Last synced: 7 months ago
JSON representation

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
```