Skip to content

Commit

Permalink
tests: remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimanoid committed Oct 5, 2019
1 parent dc839c0 commit 438ae06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions projects/lib/src/lib/column/dm-column.directive.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ describe('DmColumnDirective', () => {
expect(spectator.directive).toBeDefined();
});

it('should generate random colId if empty', () => {
spectator = createDirective('<dm-column></dm-column>');
expect(spectator.directive.colId).toBeTruthy();
});

it('should set minWidth=undefined to MIN_COLUMN_WIDTH', () => {
spectator = createDirective('<dm-column></dm-column>');
expect(spectator.directive.minWidth).toEqual(MIN_COLUMN_WIDTH);
Expand Down

0 comments on commit 438ae06

Please sign in to comment.