Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 22, 2022
1 parent fed315e commit 697400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jsx-raw.test.tsx
Expand Up @@ -10,7 +10,7 @@ describe('jsxRaw', () => {
expect(jsxToString(<>{jsxRaw(foo + 'hello')}</>)).toMatchInlineSnapshot(
'"barhello"'
)
expect(jsxToString(<>{jsxRaw(foo) + 'world'}</>)).toMatchInlineSnapshot(
expect(jsxToString(<>{jsxRaw(foo + 'world')}</>)).toMatchInlineSnapshot(
'"barworld"'
)
})
Expand Down

1 comment on commit 697400d

@vercel
Copy link

@vercel vercel bot commented on 697400d Jun 22, 2022

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.