Skip to content

Commit

Permalink
chore: fix failing test (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj authored Jan 23, 2024
1 parent 8f84cad commit 4e59c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint-disable react/no-array-index-key */
import { describe, expect, test } from 'vitest';

import { Document, Font, Link, Page, Text, View } from '@react-pdf/renderer';
import renderToImage from './renderComponent';

Expand Down

0 comments on commit 4e59c2d

Please sign in to comment.