ci: fix test #25
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.
|