Skip to content

Commit

Permalink
Remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Dec 10, 2024
1 parent 0719466 commit 48c2dd9
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 @@ -884,7 +884,7 @@ describe("WebRTCAdaptor", function() {
sendExpectation.verify()
})

it.only("joinRoom", async function() {
it("joinRoom", async function() {

let adaptor = new WebRTCAdaptor({
websocketURL: "ws://example.com",
Expand Down

0 comments on commit 48c2dd9

Please sign in to comment.