Skip to content

Commit

Permalink
Remove it.only for testSoundMeter
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Aug 27, 2023
1 parent ec08258 commit ab9e63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/js/test/webrtc_adaptor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ describe("WebRTCAdaptor", function() {
await adaptor.updateAudioTrack(stream, null, null);
});

it.only("testSoundMeter", function(done) {
it("testSoundMeter", function(done) {
this.timeout(5000);

var adaptor = new WebRTCAdaptor({
Expand Down

0 comments on commit ab9e63a

Please sign in to comment.