Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 3, 2024
1 parent 9b711f2 commit 22e0cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/text.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config.GlobalFonts.registerFromPath(
test('should render <Text>', async () => {
const canvas = new Canvas(300, 100);
await render(
<Text x={0} y={10} fontSize={32} fontFamily='Geist' fill='blue'>
<Text x={10} y={10} fontSize={32} fontFamily='Geist' fill='blue'>
Hello world!
</Text>,
canvas,
Expand Down

0 comments on commit 22e0cc1

Please sign in to comment.