Skip to content

Commit 03ac331

Browse files
committed
Remove it.only for testSoundMeter
1 parent bc1d10c commit 03ac331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/js/test/webrtc_adaptor.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ describe("WebRTCAdaptor", function() {
400400
await adaptor.updateAudioTrack(stream, null, null);
401401
});
402402

403-
it.only("testSoundMeter", function(done) {
403+
it("testSoundMeter", function(done) {
404404

405405

406406
var adaptor = new WebRTCAdaptor({

0 commit comments

Comments
 (0)