test: add management ui vitest harness #39
Annotations
10 errors
|
src/management-ui/src/components/layout/app-shell.test.tsx#L12
Cannot find name 'expect'.
|
|
src/management-ui/src/components/layout/app-shell.test.tsx#L8
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
|
src/management-ui/src/components/layout/app-shell.test.tsx#L8
Cannot use JSX unless the '--jsx' flag is provided.
|
|
src/management-ui/src/components/layout/app-shell.test.tsx#L8
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
|
src/management-ui/src/components/layout/app-shell.test.tsx#L7
Property 'children' is missing in type '{}' but required in type 'AppShellProps'.
|
|
src/management-ui/src/components/layout/app-shell.test.tsx#L7
Cannot use JSX unless the '--jsx' flag is provided.
|
|
src/management-ui/src/components/layout/app-shell.test.tsx#L5
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
src/management-ui/src/components/layout/app-shell.test.tsx#L4
Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
|
src/management-ui/src/components/layout/app-shell.test.tsx#L2
Module './app-shell' was resolved to '/home/runner/work/hypertool-mcp/hypertool-mcp/src/management-ui/src/components/layout/app-shell.tsx', but '--jsx' is not set.
|
|
src/management-ui/src/components/layout/app-shell.test.tsx#L1
Cannot find module '@/test/test-utils' or its corresponding type declarations.
|
The logs for this run have expired and are no longer available.
Loading