Skip to content

Commit

Permalink
Run all tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Oct 19, 2024
1 parent bac9f8b commit 405ba25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/js/webrtc_adaptor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ describe("WebRTCAdaptor", function() {
await adaptor.updateAudioTrack(stream, null, null);
});

it.only("testSoundMeter", function(done) {
it("testSoundMeter", function(done) {
this.timeout(15000);
console.log("Starting testSoundMeter");

Expand Down

0 comments on commit 405ba25

Please sign in to comment.