universal-connectivity
universal-connectivity copied to clipboard
CI: Introduce tests for JS-peer
It would be good to have a basic ping test akin to the one in js-libp2p ping module to ensure that breaking changes are caught at runtime.
Do the ping module tests in js-libp2p run in the browser?
Aegir uses https://github.com/microsoft/playwright under the hood to run the browser tests.
I've also had a good experience using vitest's browser mode as well so that would be my recommendation.