From 508e7f2349e56d19f8d3091d583f2ad65b95f68c Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Fri, 5 Jan 2024 15:23:38 -0500 Subject: [PATCH] Fix code style --- tests/format-variant-selector.test.js | 4 ++-- tests/important-modifier.test.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/format-variant-selector.test.js b/tests/format-variant-selector.test.js index ea0b92741d13..3ce3d1322c94 100644 --- a/tests/format-variant-selector.test.js +++ b/tests/format-variant-selector.test.js @@ -348,8 +348,8 @@ crosscheck(() => { ${'.parent::before &:hover'} | ${'.parent &:hover::before'} ${':where(&::before) :is(h1, h2, h3, h4)'} | ${':where(&) :is(h1, h2, h3, h4)::before'} ${':where(&::file-selector-button) :is(h1, h2, h3, h4)'} | ${':where(&::file-selector-button) :is(h1, h2, h3, h4)'} - ${'#app :is(:where(.dark) &::before)'} | ${'#app :is(:where(.dark) &)::before'} - ${'#app :is(:is(:where(.dark) &)::before)'} | ${'#app :is(:is(:where(.dark) &))::before'} + ${'#app :is(:where(.dark) &::before)'} | ${'#app :is(:where(.dark) &)::before'} + ${'#app :is(:is(:where(.dark) &)::before)'} | ${'#app :is(:is(:where(.dark) &))::before'} ${'#app :is(.foo::file-selector-button)'} | ${'#app :is(.foo)::file-selector-button'} ${'#app :is(.foo::-webkit-progress-bar)'} | ${'#app :is(.foo)::-webkit-progress-bar'} ${'.parent::marker li'} | ${'.parent li::marker'} diff --git a/tests/important-modifier.test.js b/tests/important-modifier.test.js index a4da55dd4ca5..0cfa659d8d7e 100644 --- a/tests/important-modifier.test.js +++ b/tests/important-modifier.test.js @@ -180,4 +180,3 @@ crosscheck(() => { }) }) }) -