Skip to content

Commit 2ce5e0a

Browse files
test: mock package worker warmup in visible elements
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 3676b60 commit 2ce5e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/components/Request/VisibleElements.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ vi.mock('@nextcloud/router', () => ({
5757
}))
5858

5959
vi.mock('@libresign/pdf-elements', () => ({
60-
setWorkerPath: vi.fn(),
60+
ensureWorkerReady: vi.fn(),
6161
}))
6262

6363
describe('VisibleElements Component - Business Rules', () => {

0 commit comments

Comments
 (0)