Skip to content

Commit 1fbdd51

Browse files
committed
Update test
1 parent 72dea0c commit 1fbdd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/cli/plugins.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ test(
117117
await fs.expectFileToContain('dist/out.css', [
118118
//
119119
`::-webkit-date-and-time-value`,
120-
`[type='checkbox']:indeterminate`,
120+
`input:where([type='checkbox']):indeterminate`,
121121
])
122122

123123
// No classes are included even though they are used in the HTML

0 commit comments

Comments
 (0)