change names in services
This commit is contained in:
parent
ac58d9744e
commit
77f6a8221a
20 changed files with 53 additions and 59 deletions
|
|
@ -3,22 +3,19 @@
|
|||
//
|
||||
describe("Unit: Testing Services", function() {
|
||||
|
||||
beforeEach(angular.mock.module('copay.socket'));
|
||||
beforeEach(angular.mock.module('copayApp.services'));
|
||||
|
||||
it('should contain a Socket service', inject(function(Socket) {
|
||||
expect(Socket).not.to.equal(null);
|
||||
}));
|
||||
|
||||
|
||||
beforeEach(angular.mock.module('copay.walletFactory'));
|
||||
|
||||
it('should contain a walletFactory service', inject(function(walletFactory) {
|
||||
expect(walletFactory).not.to.equal(null);
|
||||
}));
|
||||
|
||||
|
||||
// TODO
|
||||
/*beforeEach(angular.mock.module('copay.controllerUtils'));
|
||||
/*beforeEach(angular.mock.module('copayApp.controllerUtils'));
|
||||
|
||||
it('should contain a controllerUtils service', inject(function(controllerUtils) {
|
||||
expect(controllerUtils).not.to.equal(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue