Skip to content

FCE 756 enable unit test and remove validators #714

FCE 756 enable unit test and remove validators

FCE 756 enable unit test and remove validators #714

Triggered via pull request November 7, 2024 13:16
Status Failure
Total duration 1m 19s
Artifacts

node.yaml

on: pull_request
Matrix: Build, check formatting, check linting
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
Build, check formatting, check linting (20.x): packages/ts-client/src/guards.ts#L1
All imports in the declaration are only used as types. Use `import type`
Build, check formatting, check linting (20.x): packages/ts-client/src/guards.ts#L2
All imports in the declaration are only used as types. Use `import type`
Build, check formatting, check linting (20.x): packages/ts-client/src/reconnection.ts#L4
All imports in the declaration are only used as types. Use `import type`
Build, check formatting, check linting (20.x): packages/ts-client/src/types.ts#L11
All imports in the declaration are only used as types. Use `import type`
Build, check formatting, check linting (20.x): packages/ts-client/src/types.ts#L12
All imports in the declaration are only used as types. Use `import type`
Build, check formatting, check linting (20.x)
Process completed with exit code 1.
Build, check formatting, check linting (20.x): examples/react-client/fishjam-chat/src/components/ui/badge.tsx#L35
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Build, check formatting, check linting (20.x): examples/react-client/fishjam-chat/src/components/ui/button.tsx#L58
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Build, check formatting, check linting (20.x): examples/react-client/fishjam-chat/src/hooks/useAutoConnect.ts#L33
React Hook useCallback has an unnecessary dependency: 'initializeDevices'. Either exclude it or remove the dependency array