Skip to content

Commit 11209b4

Browse files
committed
build: fix failing test (#30443)
Fixes a test that's failing at head. (cherry picked from commit 8e09179)
1 parent 8568cd5 commit 11209b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/chips/chip-listbox.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,7 @@ class MultiSelectionChipListbox {
10501050
</mat-chip-option>
10511051
</mat-chip-listbox>
10521052
`,
1053+
standalone: false,
10531054
})
10541055
class AsyncMultiSelectionChipListbox {
10551056
private _chipsSubject = new BehaviorSubject(['tutorial-1', 'tutorial-2', 'tutorial-3']);

0 commit comments

Comments
 (0)