ericz 12 năm trước cách đây
mục cha
commit
8763d5f03e
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      test/adapter.js

+ 0 - 3
test/adapter.js

@@ -12,8 +12,5 @@ describe('adapter', function() {
     expect(RTCSessionDescription).to.be.a('function');
   });
 
-  it('sets getUserMedia', function() {
-    expect(getUserMedia).to.be.a('function');
-  });
 
 });