Skip to content

ci: fix test

ci: fix test #25

Triggered via push March 19, 2024 06:08
Status Failure
Total duration 46s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test (lts/*, ubuntu-latest): src/modules/todo/components/todos-item/todos-item.test.ts#L20
Type '{ todo: { id: number; todo: string; completed: boolean; userId: number; }; }' is not assignable to type 'undefined'.
test (lts/*, ubuntu-latest): src/modules/todo/components/todos-item/todos-item.test.ts#L26
Type '{ todo: { id: number; todo: string; completed: boolean; userId: number; }; }' is not assignable to type 'undefined'.
test (lts/*, ubuntu-latest): src/modules/todo/components/todos-item/todos-item.test.ts#L44
Type '{ todo: { id: number; todo: string; completed: boolean; userId: number; }; }' is not assignable to type 'undefined'.
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
typecheck: src/modules/todo/components/todos-item/todos-item.test.ts#L20
Type '{ todo: { id: number; todo: string; completed: boolean; userId: number; }; }' is not assignable to type 'undefined'.
typecheck: src/modules/todo/components/todos-item/todos-item.test.ts#L26
Type '{ todo: { id: number; todo: string; completed: boolean; userId: number; }; }' is not assignable to type 'undefined'.
typecheck: src/modules/todo/components/todos-item/todos-item.test.ts#L44
Type '{ todo: { id: number; todo: string; completed: boolean; userId: number; }; }' is not assignable to type 'undefined'.
typecheck
Process completed with exit code 1.
test (lts/*, ubuntu-latest)
No files were found with the provided path: html/. No artifacts will be uploaded.