Skip to content

Add missing test #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add missing test
Test result check is missing a class which makes the test give a false negative (false pass).
  • Loading branch information
sarimarton authored Nov 30, 2023
commit f1e75f6cb1111f336782c75b8f96d4a6701a2b22
5 changes: 5 additions & 0 deletions tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ it('container queries', () => {
container-name: sidebar;
}

.\@container-\[size\]\/sidebar {
container-type: size;
container-name: sidebar;
}

@container (min-width: 123px) {
.\@\[123px\]\:underline {
text-decoration-line: underline;
Expand Down