Skip to content

Commit a7e03e8

Browse files
committed
use toMatchSnapshot instead of toMatchFormattedCss
More info: tailwindlabs#12170
1 parent a05e473 commit a7e03e8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import { css, quickVariantPluginTest } from '../../util/run'
1+
import { quickVariantPluginTest } from '../../util/run'
22

3-
quickVariantPluginTest('popoverOpenVariant').toMatchFormattedCss(css`
4-
.popover-open\:flex:popover-open {
5-
display: flex;
6-
}
7-
`)
3+
quickVariantPluginTest('popoverOpenVariant').toMatchSnapshot()

0 commit comments

Comments
 (0)