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
When running rushx test:node in fula-client I get this:
rushx test:node
fula-client
... TAP version 13 # Setup TAP version 13 not ok 1 Error: no WebRTC support --- operator: error stack: |- Error: no WebRTC support ...
The test:web script runs and has no problem with wrtc
test:web
The text was updated successfully, but these errors were encountered:
createClient requires a wrtc option when running in Node
createClient
wrtc
Sorry, something went wrong.
No branches or pull requests
When running
rushx test:node
infula-client
I get this:The
test:web
script runs and has no problem with wrtcThe text was updated successfully, but these errors were encountered: