Skip to content

Commit

Permalink
style(grid): fix tslint error #6334
Browse files Browse the repository at this point in the history
  • Loading branch information
hanastasov committed Aug 21, 2020
1 parent 61c7f74 commit 7cb8475
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,7 @@ describe('IgxGrid - Column Moving #grid', () => {
expect(grid.getColumnByName('ID').pinned).toBeFalsy();
}));

// tslint:disable-next-line:max-line-length
it('Pinning - Should not be able to programmatically move unpinned column if disablePinning is enabled for all unpinned columns', (async() => {
// step 1 - pin some columns
grid.getColumnByName('Address').pinned = true;
Expand Down

0 comments on commit 7cb8475

Please sign in to comment.