Open mehdibalouchi opened 2 years ago
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
createClient requires a wrtc option when running in Node
createClient
wrtc
When running
rushx test:node
infula-client
I get this:The
test:web
script runs and has no problem with wrtc