Skip to content

Commit 5794067

Browse files
committed
Change timeout threshold for convertSvgToJsx test
1 parent 16f8a36 commit 5794067

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/dnb-eufemia/scripts/prebuild/tasks/__tests__/convertSvgToJsx.test.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import path from 'path'
77
import del from 'del'
88
import convertSvgToJsx from '../convertSvgToJsx'
99

10+
jest.setTimeout(30e3)
11+
1012
jest.mock('ora', () => {
1113
return jest.fn(() => ({
1214
start: jest.fn(),

0 commit comments

Comments
 (0)