Add e2e setup #981
QA.yaml
on: pull_request
Tests
1m 53s
ESLint
1m 3s
TypeScript
1m 14s
Prettier
57s
Unused Files, Deps, Exports
54s
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)`
|