Skip to content

Commit e262eac

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/components/RightSidebar/RequestSignatureTab.spec.ts

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

7676
vi.mock('@libresign/pdf-elements', () => ({
77-
setWorkerPath: vi.fn(),
77+
ensureWorkerReady: vi.fn(),
7878
}))
7979

8080
describe('RequestSignatureTab - Critical Business Rules', () => {

0 commit comments

Comments
 (0)