Skip to content

Feat/tt 907 encrypt decrypt oa functions #158

Feat/tt 907 encrypt decrypt oa functions

Feat/tt 907 encrypt decrypt oa functions #158

Triggered via pull request February 24, 2026 17:21
Status Failure
Total duration 2m 48s
Artifacts

ci.yml

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

Annotations

13 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#L124
TypeError: Cannot read properties of undefined (reading '1') ❯ tests/commands/oa/encrypt.test.ts:124: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#L90
AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/commands/oa/encrypt.test.ts:90:25
tests/commands/oa/decrypt.test.ts > oa-decrypt > handler > should trim the key before decryption: tests/commands/oa/decrypt.test.ts#L103
TypeError: encryptString is not a function ❯ tests/commands/oa/decrypt.test.ts:103:45
Test (22.x)
The strategy configuration was canceled because "test._24_x" failed
Test (22.x)
The operation was canceled.
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#L124
TypeError: Cannot read properties of undefined (reading '1') ❯ tests/commands/oa/encrypt.test.ts:124: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#L90
AssertionError: expected "spy" to be called 1 times, but got 0 times ❯ tests/commands/oa/encrypt.test.ts:90:25
tests/commands/oa/decrypt.test.ts > oa-decrypt > handler > should trim the key before decryption: tests/commands/oa/decrypt.test.ts#L103
TypeError: encryptString is not a function ❯ tests/commands/oa/decrypt.test.ts:103:45