Skip to content

Commit f598f1e

Browse files
committed
Update test
1 parent 22d3cb2 commit f598f1e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

integrations/upgrade/index.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,8 +2347,7 @@ test(
23472347
--shadow-*: initial;
23482348
--shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
23492349
2350-
--ring-width-*: initial;
2351-
--ring-width: 4px;
2350+
--default-ring-width: 4px;
23522351
23532352
--blur: var(--custom-default-blur);
23542353
@@ -2381,7 +2380,7 @@ test(
23812380
<div class="blur blur-xs"></div>
23822381
<div class="backdrop-blur backdrop-blur-xs"></div>
23832382
<div class="rounded rounded-sm"></div>
2384-
<div class="ring"></div>
2383+
<div class="ring-3"></div>
23852384
</div>
23862385
"
23872386
`)

0 commit comments

Comments
 (0)