Skip to content

Commit 22b7cb5

Browse files
committed
Fix mistake in test to cause test to fail
1 parent b5802a3 commit 22b7cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/arbitrary-properties.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test('arbitrary properties with modifiers', () => {
4545
expect(result.css).toMatchFormattedCss(css`
4646
@media (prefers-color-scheme: dark) {
4747
@media (min-width: 1024px) {
48-
.\[paint-order\:markers\] {
48+
.dark\:lg\:hover\:\[paint-order\:markers\]:hover {
4949
paint-order: markers;
5050
}
5151
}

0 commit comments

Comments
 (0)