Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1d83f8d

Browse files
squash2
1 parent 05eca64 commit 1d83f8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ng/anchorScrollSpec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ describe('$anchorScroll', function() {
265265
offCalls += 1;
266266
}
267267
});
268+
269+
expect(onCalls).toEqual(callCount);
270+
expect(offCalls).toEqual(callCount);
268271
};
269272
}
270273

0 commit comments

Comments
 (0)