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', () => {
|
describe('Component vnClientAddressEdit', () => {
|
||||||
let $componentController;
|
let $componentController;
|
||||||
let $state;
|
let $state;
|
||||||
let controller;
|
|
||||||
let $httpBackend;
|
let $httpBackend;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
|
@ -60,7 +60,5 @@ describe('Client', () => {
|
||||||
expect(controller.hasPaymethodChanged()).toBeFalsy();
|
expect(controller.hasPaymethodChanged()).toBeFalsy();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
|
@ -1,6 +1,6 @@
|
||||||
import './index';
|
import './index';
|
||||||
|
|
||||||
fdescribe('Client', () => {
|
describe('Client', () => {
|
||||||
describe('Component vnClientSampleCreate', () => {
|
describe('Component vnClientSampleCreate', () => {
|
||||||
let $componentController;
|
let $componentController;
|
||||||
let $scope;
|
let $scope;
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue