This repo contains extra tests for pkc-js (https://github.com/pkcprotocol/pkc-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=pkc-js:* npm run test