Skip to content

Commit

Permalink
increased list-input component coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adpare committed Feb 5, 2024
1 parent 912fd23 commit a41f6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nav-app/src/app/list-input/list-input.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ describe('Dividers', () => {

it('should add and remove divider for technique', () => {
component.config.level = 'technique';
component.ngOnInit();
addDivider(component);
expect(component.list.length).toEqual(3);
});
Expand Down

0 comments on commit a41f6cd

Please sign in to comment.