Skip to content

refactor: remove dependency on @otterhttp/cookie by using `req.cook… #8

refactor: remove dependency on @otterhttp/cookie by using `req.cook…

refactor: remove dependency on @otterhttp/cookie by using `req.cook… #8

Triggered via push August 27, 2024 13:57
Status Failure
Total duration 25s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
check
Process completed with exit code 1.
test/session.test.ts > session() > return httpOnly false cookie: src/session.ts#L77
TypeError: Cannot read properties of undefined (reading 'sid') ❯ sessionHandle src/session.ts:77:9 ❯ test/session.test.ts:66:42
test/session.test.ts > session() > allow encode and decode sid: test/session.test.ts#L324
AssertionError: expected '' to deeply equal 'bar' - Expected + Received - bar ❯ test/session.test.ts:324:5
test
Process completed with exit code 1.