Skip to content

Commit 2e97cbe

Browse files
Portugal, MarceloPortugal, Marcelo
authored andcommitted
test(scroller): Removing calls.reset instances from unit test.
1 parent 4fd3648 commit 2e97cbe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/features/custom-scrolling/test/ui-grid-custom-scroller.factory.spec.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,6 @@ describe('ui.grid.customScrolling', function() {
159159
testEndFunction();
160160
});
161161
});
162-
afterEach(function() {
163-
element.on.calls.reset();
164-
element.off.calls.reset();
165-
gridUtil.isTouchEnabled.calls.reset();
166-
});
167162
});
168163

169164
describe('when gridUtils.isTouchEnabled returns false', function() {
@@ -201,11 +196,6 @@ describe('ui.grid.customScrolling', function() {
201196
});
202197
});
203198
});
204-
afterEach(function() {
205-
element.on.calls.reset();
206-
element.off.calls.reset();
207-
gridUtil.isTouchEnabled.calls.reset();
208-
});
209199
});
210200
});
211201
});

0 commit comments

Comments
 (0)