Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciNyan committed Oct 7, 2023
1 parent a2a2a85 commit 19b4454
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions test/white-space.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,14 @@ describe('white-space', () => {
const svg = await satori(
<div
style={{
width: '100%',
height: '100%',
whiteSpace: 'normal',
background: 'white',
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
justifyContent: 'center',
}}
>
<div>{'hello'}</div>
<div>{' hello '}</div>
<div>{'hello' + EnSpace}</div>
<div>{EnSpace + 'hello'}</div>
</div>,
{
width: 100,
Expand Down

0 comments on commit 19b4454

Please sign in to comment.