Fix landscape screenshot orientation #491
Annotations
5 errors
|
build-and-test (24.x)
Process completed with exit code 2.
|
|
build-and-test (24.x):
src/mcp/tools/simulator/__tests__/screenshot.test.ts#L423
Type '(command: string[], logPrefix?: string | undefined, useShell?: boolean | undefined, opts?: CommandExecOptions | undefined, detached?: boolean | undefined) => Promise<...>' is not assignable to type 'CommandExecutor'.
|
|
build-and-test (24.x):
src/mcp/tools/simulator/__tests__/screenshot.test.ts#L238
Argument of type '(command: string[], ...args: any[]) => Promise<{ success: boolean; output: string; error: undefined; }>' is not assignable to parameter of type 'CommandExecutor'.
|
|
build-and-test (24.x):
src/mcp/tools/simulator/__tests__/screenshot.test.ts#L170
Argument of type '(command: string[], ...args: any[]) => Promise<{ success: boolean; output: string; error: undefined; }>' is not assignable to parameter of type 'CommandExecutor'.
|
|
build-and-test (24.x):
src/mcp/tools/simulator/__tests__/screenshot.test.ts#L93
Argument of type '(command: string[], ...args: any[]) => Promise<{ success: boolean; output: string; error: undefined; }>' is not assignable to parameter of type 'CommandExecutor'.
|