spec files renamed accordingly, plus linter or indentation corrections
This commit is contained in:
parent
642f85594e
commit
b5356eb07d
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
import ngModule from '../module';
|
||||
|
||||
class Controller {
|
||||
constructor() {
|
||||
|
||||
}
|
||||
|
||||
setFilter() {
|
||||
this.catalogue.applyFilter();
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* import './step-three.js';
|
||||
/* import './index.js';
|
||||
|
||||
describe('ticket', () => {
|
||||
describe('Component vnTicketDataStepThree', () => {
|
Loading…
Reference in New Issue