We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9aec9 commit be499e6Copy full SHA for be499e6
src/cdk-experimental/ui-patterns/listbox/listbox.spec.ts
@@ -10,7 +10,7 @@ import {signal} from '@angular/core';
10
import {ListboxInputs, ListboxPattern} from './listbox';
11
import {OptionPattern} from './option';
12
import {createKeyboardEvent} from '@angular/cdk/testing/private';
13
-import {ModifierKeys} from '@angular/cdk/testing/test-element';
+import {ModifierKeys} from '@angular/cdk/testing';
14
15
type TestInputs = ListboxInputs<string>;
16
type TestOption = OptionPattern<string>;
0 commit comments