renamed karma spec files acordantly and removed unused ones on client client
This commit is contained in:
parent
6684642f31
commit
d2314b8a1b
|
@ -4,7 +4,6 @@ describe('Client', () => {
|
|||
describe('Component vnClientAddressEdit', () => {
|
||||
let $componentController;
|
||||
let $state;
|
||||
let controller;
|
||||
let $httpBackend;
|
||||
|
||||
beforeEach(() => {
|
|
@ -60,7 +60,5 @@ describe('Client', () => {
|
|||
expect(controller.hasPaymethodChanged()).toBeFalsy();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
});
|
|
@ -1,6 +1,6 @@
|
|||
import './index';
|
||||
|
||||
fdescribe('Client', () => {
|
||||
describe('Client', () => {
|
||||
describe('Component vnClientSampleCreate', () => {
|
||||
let $componentController;
|
||||
let $scope;
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue