feat: Create tree component #2842
Annotations
5 errors and 1 notice
Run npm run e2e:coverage -- --preview --shard=9/10
Cannot find module '@agnos-ui/react-bootstrap/components/tree/tree.gen' or its corresponding type declarations.
|
Run npm run e2e:coverage -- --preview --shard=9/10
Cannot find module '@agnos-ui/react-bootstrap/components/tree/tree.gen' or its corresponding type declarations.
|
Run npm run e2e:coverage -- --preview --shard=9/10:
e2e/fixture.ts#L32
1) [stackblitz:react:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/tree/basic › should have a consistent markup
Error: Error: Checking build of react bootstrap/tree/basic failed with code 2
Creating stackblitz project for react bootstrap/tree/basic in /tmp/agnosui-stackblitz-tests-QbAeJz/stackblitz-1
[11184] Installation of react bootstrap/tree/basic dependencies started with command: npm install --prefer-offline --no-audit
[11184]
[11184] added 46 packages, removed 802 packages, and changed 22 packages in 6s
[11184]
[11184] 32 packages are looking for funding
[11184] run `npm fund` for details
[11184] Installation of react bootstrap/tree/basic dependencies exited with code 0
[11249] Checking build of react bootstrap/tree/basic started with command: npm run build
[11249]
[11249] > [email protected] build
[11249] > tsc && vite build
[11249]
[11249] src/basic.tsx(1,29): error TS2307: Cannot find module '@agnos-ui/react-bootstrap/components/tree/tree.gen' or its corresponding type declarations.
[11249] Checking build of react bootstrap/tree/basic exited with code 2
at fixture.ts:32
30 | const answer = await req.json();
31 | if (!req.ok) {
> 32 | throw new Error(answer.error + '\n\n' + (answer.logs?.join('\n\n') ?? ''));
| ^
33 | }
34 | return answer;
35 | };
at request (/home/runner/work/AgnosUI/AgnosUI/e2e/fixture.ts:32:9)
at Object.base.extend.baseURL.timeout (/home/runner/work/AgnosUI/AgnosUI/e2e/fixture.ts:51:19)
|
Run npm run e2e:coverage -- --preview --shard=9/10:
e2e/fixture.ts#L32
1) [stackblitz:react:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/tree/basic › should have a consistent markup
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Error: Checking build of react bootstrap/tree/basic failed with code 2
Creating stackblitz project for react bootstrap/tree/basic in /tmp/agnosui-stackblitz-tests-QbAeJz/stackblitz-1
[11304] Installation of react bootstrap/tree/basic dependencies started with command: npm install --prefer-offline --no-audit
[11304]
[11304] up to date in 1s
[11304]
[11304] 32 packages are looking for funding
[11304] run `npm fund` for details
[11304] Installation of react bootstrap/tree/basic dependencies exited with code 0
[11315] Checking build of react bootstrap/tree/basic started with command: npm run build
[11315]
[11315] > [email protected] build
[11315] > tsc && vite build
[11315]
[11315] src/basic.tsx(1,29): error TS2307: Cannot find module '@agnos-ui/react-bootstrap/components/tree/tree.gen' or its corresponding type declarations.
[11315] Checking build of react bootstrap/tree/basic exited with code 2
at fixture.ts:32
30 | const answer = await req.json();
31 | if (!req.ok) {
> 32 | throw new Error(answer.error + '\n\n' + (answer.logs?.join('\n\n') ?? ''));
| ^
33 | }
34 | return answer;
35 | };
at request (/home/runner/work/AgnosUI/AgnosUI/e2e/fixture.ts:32:9)
at Object.base.extend.baseURL.timeout (/home/runner/work/AgnosUI/AgnosUI/e2e/fixture.ts:51:19)
|
Run npm run e2e:coverage -- --preview --shard=9/10
Process completed with exit code 1.
|
Run npm run e2e:coverage -- --preview --shard=9/10
1 failed
[stackblitz:react:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/tree/basic › should have a consistent markup
18 skipped
86 passed (8.8m)
|
Loading