Feat/cookie #1509
ci.yml
on: pull_request
Annotations
4 errors
src/lib/features/auth/handle.spec.ts > handle: auth > should handle invalid cookie contents:
projects/client/src/lib/features/auth/handle.spec.ts#L61
AssertionError: expected "error" to be called at least once
❯ src/lib/features/auth/handle.spec.ts:61:24
❯ Object.runMicrotasks ext:core/01_core.js:685:26
❯ processTicksAndRejections ext:deno_node/_next_tick.ts:59:10
❯ runNextTicks ext:deno_node/_next_tick.ts:76:3
❯ eventLoopTick ext:core/01_core.js:184:21
|
src/lib/features/auth/utils/decrypt.spec.ts > utils: decrypt > should return null if data is invalid:
projects/client/src/lib/features/auth/utils/decrypt.spec.ts#L28
AssertionError: expected "error" to be called at least once
❯ src/lib/features/auth/utils/decrypt.spec.ts:28:24
❯ eventLoopTick ext:core/01_core.js:177:7
|
src/lib/features/auth/utils/decrypt.spec.ts > utils: decrypt > should return null if crypto.subtle.decrypt fails:
projects/client/src/lib/features/auth/utils/decrypt.spec.ts#L39
AssertionError: expected "error" to be called at least once
❯ src/lib/features/auth/utils/decrypt.spec.ts:39:24
❯ eventLoopTick ext:core/01_core.js:177:7
|
The Interrogation Room (Test)
Process completed with exit code 1.
|