Skip to content

Commit 09f8a63

Browse files
Update common.js
1 parent 5264ace commit 09f8a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exports.getConfig = thunky(function (cb) {
2020
})
2121

2222
// For testing on node, we must provide a WebRTC implementation
23-
if (process.env.WRTC?.startsWith('wrtc')) {
23+
if (process.env.WRTC === 'wrtc') {
2424
exports.wrtc = require('wrtc')
2525
}
2626

0 commit comments

Comments
 (0)