Skip to content

Commit c50a0b6

Browse files
committed
fixup! fixup! test(cdk-experimental/listbox): add unit tests
1 parent 2df5a35 commit c50a0b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cdk-experimental/listbox/listbox.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,6 @@ interface TestOption {
761761
}
762762
</ul>
763763
`,
764-
standalone: true,
765764
imports: [CdkListbox, CdkOption],
766765
})
767766
class ListboxExample {
@@ -793,7 +792,6 @@ class ListboxExample {
793792
<li cdkOption [value]="2">2</li>
794793
</ul>
795794
`,
796-
standalone: true,
797795
imports: [CdkListbox, CdkOption],
798796
})
799797
class DefaultListboxExample {}

0 commit comments

Comments
 (0)