Skip to content

fix(tests): make the suite hermetic against real user state #153

fix(tests): make the suite hermetic against real user state

fix(tests): make the suite hermetic against real user state #153

Triggered via pull request September 1, 2026 03:04
Status Success
Total duration 45s
Artifacts

frontend.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
Build
Process completed with exit code 1.
Build: frontend/tailwind.config.ts#L138
A `require()` style import is forbidden
Build: frontend/tailwind.config.ts#L137
A `require()` style import is forbidden
Build: frontend/src/hooks/useSpotlightTarget.ts#L58
'resizeObserver' is never reassigned. Use 'const' instead
Build: frontend/src/components/ui/command.tsx#L24
An interface declaring no members is equivalent to its supertype
Build: frontend/src/components/launchpad/SkillCard.tsx#L94
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Build: frontend/src/components/launchpad/SkillCard.tsx#L86
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Build: frontend/src/components/launchpad/SkillCard.tsx#L78
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Build: frontend/src/components/launchpad/SkillCard.tsx#L70
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Build: frontend/src/components/launchpad/SkillCard.tsx#L62
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Build: frontend/src/components/launchpad/SkillCard.tsx#L42
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Build: frontend/src/components/launchpad/SkillCard.tsx#L28
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Build: frontend/src/components/jobs/JobsDataContext.tsx#L471
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Build: frontend/src/components/inference/InferenceSessionDialog.tsx#L293
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
Build: frontend/src/components/dialogs/RobotConfigDialog.tsx#L498
The ref value 'releaseStreamsRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'releaseStreamsRef.current' to a variable inside the effect, and use that variable in the cleanup function