Skip to content

Commit

Permalink
chore(*): removing left-over fit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed Dec 18, 2018
1 parent c039185 commit 8fe5a9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ describe('IgxForOf directive -', () => {
}
});

fit('should not wrap around with scrollNext and scrollPrev', async () => {
it('should not wrap around with scrollNext and scrollPrev', async () => {
const forOf = fix.componentInstance.parentVirtDir;
forOf.scrollPrev();
fix.detectChanges();
Expand Down

0 comments on commit 8fe5a9b

Please sign in to comment.