This repo contains extra tests for plebbit-js (https://github.com/plebbit/plebbit-js) to ensure no protocol regression.
yarn
yarn test
yarn test:watch
npx playwright install --with-deps chromium firefox
yarn test:browser
DEBUG=plebbit-js:* yarn test