fix: update traversal test assertion to match new error message #130
ci.yml
on: push
Frontend
41s
Rust Checks
0s
GUI Check (macos)
0s
GUI Check (windows)
0s
CI Success
5s
Annotations
7 errors
|
Frontend
Canceling since a higher priority waiting request for CI-refs/heads/main exists
|
|
Frontend
The operation was canceled.
|
|
Frontend:
src/lib/__tests__/error-handler.test.ts#L21
Type 'Mock<Procedure | Constructable>' is not assignable to type '(channel: string, text: string, options?: { severity?: "error" | undefined; } | undefined) => void'.
|
|
Frontend:
src/lib/__tests__/error-handler.test.ts#L21
Type 'Mock<Procedure | Constructable>' is not assignable to type '(options: { type: "error"; message: string; title?: string | undefined; source?: string | undefined; }) => void'.
|
|
Frontend:
src/lib/__tests__/error-handler.test.ts#L12
Type 'Mock<Procedure | Constructable>' is not assignable to type '(channel: string, text: string, options?: { severity?: "error" | undefined; } | undefined) => void'.
|
|
Frontend:
src/lib/__tests__/error-handler.test.ts#L12
Type 'Mock<Procedure | Constructable>' is not assignable to type '(options: { type: "error"; message: string; title?: string | undefined; source?: string | undefined; }) => void'.
|
|
CI
Canceling since a higher priority waiting request for CI-refs/heads/main exists
|