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