Skip to content

Commit b5c85ea

Browse files
committed
remove useless test case
1 parent 149bc85 commit b5c85ea

2 files changed

Lines changed: 0 additions & 26 deletions

test/gradient.test.tsx

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -637,31 +637,5 @@ describe('Gradient', () => {
637637
expect(toImage(svg, 100)).toMatchImageSnapshot()
638638
})
639639
})
640-
641-
it('should support repeating-radial-gradient if last stop px value', async () => {
642-
const svgs = await Promise.all(
643-
[
644-
'repeating-radial-gradient(circle, #333,#333 10px, #eee 10px, #eee 20px)',
645-
].map((backgroundImage) =>
646-
satori(
647-
<div
648-
style={{
649-
backgroundImage,
650-
width: '100%',
651-
height: '100%',
652-
}}
653-
></div>,
654-
{
655-
width: 200,
656-
height: 100,
657-
fonts,
658-
}
659-
)
660-
)
661-
)
662-
svgs.forEach((svg) => {
663-
expect(toImage(svg, 100)).toMatchImageSnapshot()
664-
})
665-
})
666640
})
667641
})

0 commit comments

Comments
 (0)