Skip to content

fix: Fixed tests

fix: Fixed tests #89

Triggered via push March 19, 2025 15:53
Status Failure
Total duration 1m 2s
Artifacts
build-and-test
52s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build-and-test: src/ui/reporters/reporter.ts#L88
Property 'promptPressKeyToContinue' is missing in type 'DebugReporter' but required in type 'Reporter'.
build-and-test: src/ui/reporters/plain-reporter.ts#L15
Class 'PlainReporter' incorrectly implements interface 'Reporter'.
build-and-test: src/ui/reporters/json-reporter.ts#L49
The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<void>'?
build-and-test: src/ui/reporters/json-reporter.ts#L45
The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<void>'?
build-and-test: src/ui/reporters/json-reporter.ts#L37
Property 'promptSudo' in type 'JsonReporter' is not assignable to the same property in base type 'Reporter'.
build-and-test: src/ui/components/default-component.tsx#L160
'renderData' is of type 'unknown'.
build-and-test: src/ui/components/default-component.tsx#L160
'renderData' is of type 'unknown'.
build-and-test: src/ui/components/default-component.tsx#L159
'renderData' is of type 'unknown'.
build-and-test: src/orchestrators/init.ts#L44
'r' is possibly 'undefined'.
build-and-test: src/commands/init.ts#L6
Class static side 'typeof Init' incorrectly extends base class static side 'typeof BaseCommand'.