remove video test
This commit is contained in:
parent
eba5909dbc
commit
76748bc5f9
1 changed files with 1 additions and 6 deletions
|
|
@ -116,12 +116,7 @@ describe("Unit: isMobile Service", function() {
|
||||||
isMobile.any().should.equal(true);
|
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() {
|
describe("Unit: uriHandler service", function() {
|
||||||
beforeEach(angular.mock.module('copayApp.services'));
|
beforeEach(angular.mock.module('copayApp.services'));
|
||||||
it('should contain a uriHandler service', inject(function(uriHandler) {
|
it('should contain a uriHandler service', inject(function(uriHandler) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue