Skip to content

Feat/tt 907 encrypt decrypt oa functions #161

Feat/tt 907 encrypt decrypt oa functions

Feat/tt 907 encrypt decrypt oa functions #161

Triggered via pull request February 25, 2026 11:30
Status Failure
Total duration 2m 14s
Artifacts

ci.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Test (24.x)
Process completed with exit code 1.
tests/commands/oa/encrypt.test.ts > oa-encrypt > handler > should produce ciphertext decryptable with the key entered by user: tests/commands/oa/encrypt.test.ts#L127
TypeError: Cannot read properties of undefined (reading '1') ❯ tests/commands/oa/encrypt.test.ts:127:45
tests/commands/oa/encrypt.test.ts > oa-encrypt > handler > should read document, encrypt with prompted key, and write encrypted payload: tests/commands/oa/encrypt.test.ts#L93
AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/commands/oa/encrypt.test.ts:93:25
tests/commands/oa/decrypt.test.ts > oa-decrypt > handler > should trim the key before decryption: tests/commands/oa/decrypt.test.ts#L109
TypeError: encryptString is not a function ❯ tests/commands/oa/decrypt.test.ts:109:45
Test (22.x)
The strategy configuration was canceled because "test._24_x" failed
Test (22.x)
The operation was canceled.