Skip to content

Commit

Permalink
fix: Added XY to Circle colors test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynopia committed Sep 22, 2024
1 parent 26985d0 commit 273304f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/circle.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ it('Circle colors checked', async () => {
v: 95.68627450980392,
a: 1,
},
xy: {
bri: 0.06811140344707436,
x: 0.40822033351750947,
y: 0.24997641962334327,
},
hex: '#f44e3b',
hexa: '#f44e3bff',
});
Expand Down

0 comments on commit 273304f

Please sign in to comment.