Skip to content

Commit f1e75f6

Browse files
authored
Add missing test
Test result check is missing a class which makes the test give a false negative (false pass).
1 parent c287ac7 commit f1e75f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/index.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ it('container queries', () => {
6868
container-name: sidebar;
6969
}
7070
71+
.\@container-\[size\]\/sidebar {
72+
container-type: size;
73+
container-name: sidebar;
74+
}
75+
7176
@container (min-width: 123px) {
7277
.\@\[123px\]\:underline {
7378
text-decoration-line: underline;

0 commit comments

Comments
 (0)