ericz hace 12 años
padre
commit
8763d5f03e
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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');
-  });
 
 });