File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/cdk-experimental/ui-patterns/listbox Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ ts_project(
28
28
":listbox" ,
29
29
"//:node_modules/@angular/core" ,
30
30
"//src/cdk/keycodes" ,
31
+ "//src/cdk/testing" ,
31
32
"//src/cdk/testing/private" ,
32
33
],
33
34
)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {signal} from '@angular/core';
10
10
import { ListboxInputs , ListboxPattern } from './listbox' ;
11
11
import { OptionPattern } from './option' ;
12
12
import { createKeyboardEvent } from '@angular/cdk/testing/private' ;
13
- import { ModifierKeys } from '@angular/cdk/testing/test-element ' ;
13
+ import { ModifierKeys } from '@angular/cdk/testing' ;
14
14
15
15
type TestInputs = ListboxInputs < string > ;
16
16
type TestOption = OptionPattern < string > ;
You can’t perform that action at this time.
0 commit comments