Skip to content

Commit be499e6

Browse files
committed
fixup! fix(cdk-experimental/ui-patterns): listbox selection fixes
1 parent ea9aec9 commit be499e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk-experimental/ui-patterns/listbox/listbox.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {signal} from '@angular/core';
1010
import {ListboxInputs, ListboxPattern} from './listbox';
1111
import {OptionPattern} from './option';
1212
import {createKeyboardEvent} from '@angular/cdk/testing/private';
13-
import {ModifierKeys} from '@angular/cdk/testing/test-element';
13+
import {ModifierKeys} from '@angular/cdk/testing';
1414

1515
type TestInputs = ListboxInputs<string>;
1616
type TestOption = OptionPattern<string>;

0 commit comments

Comments
 (0)