Skip to content

Commit

Permalink
feat(core): adds angular 16 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: adds angular 16 support
  • Loading branch information
pavankjadda committed May 17, 2023
1 parent 02d1e3b commit 5b10c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng-select/lib/ng-select.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ describe('NgSelectComponent', () => {

expect(options.length).toBe(18);
expect(marked.innerText).toBe('k');
expect(marked.offsetTop).toBe(185);
expect(marked.offsetTop).toBe(180);
}));

it('should scroll to item and do not change scroll position when scrolled to visible item', fakeAsync(() => {
Expand Down

0 comments on commit 5b10c3c

Please sign in to comment.