Merge pull request #1258 from cmgustavo/feature/01-remove-peerjs
Feature: remove peerjs
This commit is contained in:
commit
a0c7d2cb66
19 changed files with 47 additions and 2960 deletions
|
|
@ -116,12 +116,7 @@ describe("Unit: isMobile Service", function() {
|
|||
isMobile.any().should.equal(true);
|
||||
}));
|
||||
});
|
||||
describe("Unit: video service", function() {
|
||||
beforeEach(angular.mock.module('copayApp.services'));
|
||||
it('should contain a video service', inject(function(video) {
|
||||
should.exist(video);
|
||||
}));
|
||||
});
|
||||
|
||||
describe("Unit: uriHandler service", function() {
|
||||
beforeEach(angular.mock.module('copayApp.services'));
|
||||
it('should contain a uriHandler service', inject(function(uriHandler) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue