We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5264ace commit 09f8a63Copy full SHA for 09f8a63
test/common.js
@@ -20,7 +20,7 @@ exports.getConfig = thunky(function (cb) {
20
})
21
22
// For testing on node, we must provide a WebRTC implementation
23
-if (process.env.WRTC?.startsWith('wrtc')) {
+if (process.env.WRTC === 'wrtc') {
24
exports.wrtc = require('wrtc')
25
}
26
0 commit comments