Merge pull request #1186 from objectstack-ai/copilot/unified-metadata… #4456
ci.yml
on: push
Build Core
3m 19s
Test
13m 40s
Build Docs
3m 0s
E2E Tests
0s
Annotations
8 errors
|
Build Core
Process completed with exit code 2.
|
|
Build Core
Type 'unknown' is not assignable to type 'string | undefined'.
|
|
Build Core
'Pencil' is declared but its value is never read.
|
|
Build Core
'Plus' is declared but its value is never read.
|
|
Build Core
@object-ui/console#build: command (/home/runner/work/objectui/objectui/apps/console) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
|
|
Build Core
'MetadataTypeConfig' is declared but its value is never read.
|
|
Test
Process completed with exit code 1.
|
|
packages/plugin-gantt/src/ObjectGantt.test.tsx > ObjectGantt > renders with object provider:
packages/plugin-gantt/src/ObjectGantt.test.tsx#L86
TestingLibraryElementError: Unable to find an element by: [data-testid="gantt-task"]
Ignored nodes: comments, script, style
<body>
<div>
<div>
<div
class="flex items-center justify-center h-96"
>
<div
class="text-muted-foreground"
>
Loading Gantt chart...
</div>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:109:15
❯ packages/plugin-gantt/src/ObjectGantt.test.tsx:86:19
|