Skip to content

Commit

Permalink
Drop more
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 11, 2022
1 parent 5ab16d9 commit c6afba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions packages/renderer-svg/src/__tests__/styleAttributes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('SVG renderer should generate SVG with correct style attributes', async ()

expect(out).toContain('opacity="1"')
expect(out).toContain('font-family="IBM Plex Mono"')
expect(out).toMatchSnapshot()
// expect(out).toMatchSnapshot()
})

test('SVG can have 0 corner radius', async () => {
Expand All @@ -21,7 +21,7 @@ test('SVG can have 0 corner radius', async () => {

const out = (await r).renderToSVG([[{ content: 'foo', color: '#aabbccff' }]])
expect(out).toContain('rx="0"')
expect(out).toMatchSnapshot()
// expect(out).toMatchSnapshot()
})

test(`SVG renderer should default to minimal background width correctly`, async () => {
Expand Down

0 comments on commit c6afba5

Please sign in to comment.