We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Do the ping module tests in js-libp2p run in the browser?
Sorry, something went wrong.
Yup, we use aegir to run them
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: