spec files renamed accordingly, plus linter or indentation corrections

This commit is contained in:
Carlos Jimenez 2018-08-01 09:47:34 +02:00
parent 642f85594e
commit b5356eb07d
16 changed files with 6 additions and 9 deletions

View File

@ -43,6 +43,7 @@ describe('Component vnStepControl', () => {
controller.steps = [{state: 'iam_not_current_state'}, {state: 'iam_a_current_state'}];
let result = controller.currentStepIndex;
expect(result).toEqual(1);
});
});

View File

@ -1,10 +1,6 @@
import ngModule from '../module';
class Controller {
constructor() {
}
setFilter() {
this.catalogue.applyFilter();
}

View File

@ -1,4 +1,4 @@
/* import './step-three.js';
/* import './index.js';
describe('ticket', () => {
describe('Component vnTicketDataStepThree', () => {