Skip to content

Add missing test dependencies (vitest, testing-library, jsdom) #8

Add missing test dependencies (vitest, testing-library, jsdom)

Add missing test dependencies (vitest, testing-library, jsdom) #8

Triggered via push January 29, 2026 15:24
Status Success
Total duration 1m 14s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint-and-build: src/contexts/GamificationContext.jsx#L16
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-build: src/contexts/GamificationContext.jsx#L7
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-build: src/contexts/AuthContext.jsx#L12
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-build: src/components/UpcomingMeetings.jsx#L69
React Hook useEffect has a missing dependency: 'fetchMeetings'. Either include it or remove the dependency array
lint-and-build: src/components/TaxCalculator.jsx#L156
React Hook useMemo has a missing dependency: 'calculateTax'. Either include it or remove the dependency array
lint-and-build: src/components/PomodoroTimer.jsx#L46
React Hook useEffect has a missing dependency: 'setStats'. Either include it or remove the dependency array
lint-and-build: src/components/Notes.jsx#L36
The 'notes' logical expression could make the dependencies of useMemo Hook (at line 69) change on every render. To fix this, wrap the initialization of 'notes' in its own useMemo() Hook
lint-and-build: src/components/Navigation/Sidebar.jsx#L100
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-build: src/components/Dashboard/widgets/MeetingsWidget.jsx#L13
React Hook useEffect has a missing dependency: 'fetchNextMeeting'. Either include it or remove the dependency array
lint-and-build: src/components/AttendanceTracker.jsx#L108
React Hook useEffect has missing dependencies: 'setAttendance' and 'todayRecord?.checkIn'. Either include them or remove the dependency array