Fix mistake in test to cause test to fail

This commit is contained in:
Adam Wathan 2021-11-25 07:05:33 -05:00
parent b5802a3f72
commit 22b7cb5418

View File

@ -45,7 +45,7 @@ test('arbitrary properties with modifiers', () => {
expect(result.css).toMatchFormattedCss(css`
@media (prefers-color-scheme: dark) {
@media (min-width: 1024px) {
.\[paint-order\:markers\] {
.dark\:lg\:hover\:\[paint-order\:markers\]:hover {
paint-order: markers;
}
}