Skip to content

Commit 8e09179

Browse files
authored
build: fix failing test (angular#30443)
Fixes a test that's failing at head.
1 parent 4eb06ac commit 8e09179

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)