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(
2828 ":listbox" ,
2929 "//:node_modules/@angular/core" ,
3030 "//src/cdk/keycodes" ,
31+ "//src/cdk/testing" ,
3132 "//src/cdk/testing/private" ,
3233 ],
3334)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {signal} from '@angular/core';
1010import { ListboxInputs , ListboxPattern } from './listbox' ;
1111import { OptionPattern } from './option' ;
1212import { createKeyboardEvent } from '@angular/cdk/testing/private' ;
13- import { ModifierKeys } from '@angular/cdk/testing/test-element ' ;
13+ import { ModifierKeys } from '@angular/cdk/testing' ;
1414
1515type TestInputs = ListboxInputs < string > ;
1616type TestOption = OptionPattern < string > ;
You can’t perform that action at this time.
0 commit comments