Skip to content

Commit

Permalink
Change timeout threshold for convertSvgToJsx test
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Feb 3, 2025
1 parent 16f8a36 commit 5794067
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import path from 'path'
import del from 'del'
import convertSvgToJsx from '../convertSvgToJsx'

jest.setTimeout(30e3)

jest.mock('ora', () => {
return jest.fn(() => ({
start: jest.fn(),
Expand Down

0 comments on commit 5794067

Please sign in to comment.