Skip to content

Commit

Permalink
Ignore linting for test mock.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Aug 5, 2019
1 parent ba2bcfd commit ccfade9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/dwv/tags-table.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ describe('TagsTableComponent', () => {
let component: TagsTableComponent;
let fixture: ComponentFixture<TagsTableComponent>;

@Component({
selector: 'mat-paginator',
template: ''
})
// tslint:disable-next-line
@Component({ selector: 'mat-paginator', template: '' })
class FakePaginatorComponent {
@Input() pageSizeOptions: any;
}
Expand Down

0 comments on commit ccfade9

Please sign in to comment.