Skip to content

Commit

Permalink
fix: fix type error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerzl committed Mar 17, 2024
1 parent c1f3c11 commit 4fc20db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/providers/local.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ describe('local font provider', () => {
fallbacks: [],
weights: ['normal'],
styles: ['normal'],
subsets: ['latin']
subsets: ['latin'],
disableLocalFallbacks: false,
})
expect(faces).toMatchInlineSnapshot(`
{
Expand Down

0 comments on commit 4fc20db

Please sign in to comment.