Skip to content

Commit 1a007db

Browse files
committed
refactor(scrolling): fix linting error
1 parent ed9f311 commit 1a007db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/ng-sortgrid/src/lib/helpers/scroll/scroll-helper.service.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ describe('Scroll helper', () => {
5454

5555
describe('Bottom scroll', () => {
5656

57-
it('should scroll to the bottom with the default scroll speed when we drag over the bottom viewport - scroll buffer', () => {
57+
it(`should scroll to the bottom with the default scroll speed when we drag
58+
over the bottom viewport - scroll buffer`, () => {
5859
documentMock.defaultView.scrollY = 0;
5960
documentMock.defaultView.innerHeight = 100;
6061
const event = {

0 commit comments

Comments
 (0)