Skip to content

feat: Add in-memory routing #4

feat: Add in-memory routing

feat: Add in-memory routing #4

Triggered via pull request September 4, 2025 01:43
Status Failure
Total duration 32s
Artifacts

test.yml

on: pull_request
test  /  Build & Test
27s
test / Build & Test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test / Build & Test
Process completed with exit code 1.
src/lib/core/options.test.ts > options > The routing options' initial values are the expected ones.: src/lib/core/options.test.ts#L7
AssertionError: expected { full: false, …(3) } to deeply equal { full: false, …(2) } - Expected + Received { "full": false, "hashMode": "single", "implicitMode": "path", + "routeInMemory": false, } ❯ src/lib/core/options.test.ts:7:32