Skip to content

Commit

Permalink
chore: regenerated image snapshots name (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yana-Gupta committed Jun 6, 2023
1 parent ddcc610 commit 8654f7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/color-models.test.tsx
Expand Up @@ -279,7 +279,7 @@ describe('Color Models', () => {
})
})

it('should support css4 synatx color in hsl', async () => {
it('should support css4 syntax color in hsl', async () => {
const svg = await satori(
<div
style={{
Expand Down Expand Up @@ -308,7 +308,7 @@ describe('Color Models', () => {
expect(toImage(svg, 100)).toMatchImageSnapshot()
})

it('should support css4 synatx color in hsl if inherited', async () => {
it('should support css4 syntax color in hsl if inherited', async () => {
const svg = await satori(
<div
style={{
Expand Down

1 comment on commit 8654f7b

@vercel
Copy link

@vercel vercel bot commented on 8654f7b Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.