feat: Add in-memory routing #4
test.yml
on: pull_request
test
/
Build & Test
27s
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
|