Skip to content

Commit 7b1b5b8

Browse files
committed
test: update test to match new value after Node upgrade
1 parent fda8c54 commit 7b1b5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tokens-lib/src/color-util.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ describe.only('finding close color', () => {
175175
},
176176
{
177177
token: lightgray,
178-
deltaE: 9.47098408750843,
178+
deltaE: 9.470984087508421,
179179
},
180180
{
181181
token: silver,
@@ -193,7 +193,7 @@ describe.only('finding close color', () => {
193193
},
194194
{
195195
token: lightgray,
196-
deltaE: 9.47098408750843,
196+
deltaE: 9.470984087508421,
197197
},
198198
]);
199199
});

0 commit comments

Comments
 (0)