Skip to content

Add e2e setup

Add e2e setup #981

Triggered via pull request November 22, 2024 17:06
Status Failure
Total duration 2m 54s
Artifacts

QA.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Prettier
Process completed with exit code 1.
TypeScript
No overload matches this call.
TypeScript
Type 'AriaTableProps' is not generic.
TypeScript
Type 'AriaTableProps' is not generic.
TypeScript
Parameter 'key' implicitly has an 'any' type.
TypeScript
Type '({ id, name, ...columnProps }: { [x: string]: any; id: any; name: any; }) => Element' is not assignable to type 'ColumnElement<unknown> | ColumnElement<unknown>[] | ColumnRenderer<unknown>'.
TypeScript
@gobob/ui#typecheck: command (/home/runner/work/ui/ui/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (1)
TypeScript
Process completed with exit code 1.
ESLint: packages/test-utils/src/dom.ts#L16
Replace `node.ownerDocument·??·document` with `(node.ownerDocument·??·document)`