chore(deps-dev): bump tsx from 4.21.0 to 4.22.3 #9732
GitHub Actions / Unit Tests
succeeded
May 25, 2026 in 0s
690 passed, 0 failed and 0 skipped
✅ test-results/unit-results.xml
690 tests were completed in 29s with 690 passed, 0 failed and 0 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| tests/unit/app/api/health/detailed/route.test.ts | 3✅ | 209ms | ||
| tests/unit/app/api/internal/token-delivery/route.test.ts | 4✅ | 307ms | ||
| tests/unit/app/api/spotify/access-token/route.test.ts | 4✅ | 247ms | ||
| tests/unit/app/api/spotify/devices/route.test.ts | 5✅ | 372ms | ||
| tests/unit/app/api/spotify/playlists/[playlistId]/route.test.ts | 1✅ | 427ms | ||
| tests/unit/app/api/spotify/playlists/[playlistId]/tracks/route.test.ts | 1✅ | 664ms | ||
| tests/unit/app/api/spotify/playlists/route.test.ts | 3✅ | 352ms | ||
| tests/unit/app/api/users/route.test.ts | 3✅ | 354ms | ||
| tests/unit/app/api/workout/route.test.ts | 5✅ | 279ms | ||
| tests/unit/app/client/connect/ConnectView.test.tsx | 6✅ | 1s | ||
| tests/unit/app/client/connect/page.test.tsx | 7✅ | 2s | ||
| tests/unit/app/client/connect/SignalQualityIndicator.test.tsx | 6✅ | 530ms | ||
| tests/unit/app/client/connect/UserSettings.test.tsx | 8✅ | 1s | ||
| tests/unit/app/client/connect/WorkoutControls.test.tsx | 5✅ | 520ms | ||
| tests/unit/app/client/control/components/SpotifyControls.test.tsx | 10✅ | 7s | ||
| tests/unit/app/client/control/components/TimerControls.test.tsx | 4✅ | 1s | ||
| tests/unit/app/client/control/ControlPanel.test.tsx | 1✅ | 617ms | ||
| tests/unit/app/client/control/page.test.tsx | 1✅ | 478ms | ||
| tests/unit/app/client/experimental/components/HeartRateTimeSeries.test.tsx | 2✅ | 601ms | ||
| tests/unit/app/client/experimental/components/SessionDetail.test.tsx | 2✅ | 732ms | ||
| tests/unit/app/client/experimental/components/WorkoutSummary.test.tsx | 7✅ | 3s | ||
| tests/unit/app/client/experimental/components/ZoneDistribution.test.tsx | 6✅ | 1s | ||
| tests/unit/app/client/mock/page.test.tsx | 3✅ | 1s | ||
| tests/unit/app/client/spotify-selection/page.test.tsx | 3✅ | 450ms | ||
| tests/unit/components/AuthButton.test.tsx | 1✅ | 394ms | ||
| tests/unit/components/BottomNavBar.test.tsx | 6✅ | 529ms | ||
| tests/unit/components/DashboardClient.test.tsx | 6✅ | 613ms | ||
| tests/unit/components/DashboardSectionLoadingSkeleton.test.tsx | 4✅ | 376ms | ||
| tests/unit/components/ExperimentalAnalyticsPage.test.tsx | 2✅ | 6s | ||
| tests/unit/components/GoogleDocViewer.test.tsx | 4✅ | 786ms | ||
| tests/unit/components/HrmConnectionPanel.test.tsx | 3✅ | 451ms | ||
| tests/unit/components/HrTile.test.tsx | 14✅ | 858ms | ||
| tests/unit/components/LoadingIndicator.test.tsx | 2✅ | 675ms | ||
| tests/unit/components/Playlist/PlaylistTracksDisplay.test.tsx | 3✅ | 640ms | ||
| tests/unit/components/RefreshIconButton.test.tsx | 3✅ | 669ms | ||
| tests/unit/components/shared/ControlCard.test.tsx | 2✅ | 368ms | ||
| tests/unit/components/shared/PlaybackControls.test.tsx | 6✅ | 366ms | ||
| tests/unit/components/shared/VolumeSlider.test.tsx | 6✅ | 4s | ||
| tests/unit/components/Spotify/CurrentSpotifyItemDisplay.test.tsx | 7✅ | 1s | ||
| tests/unit/components/Spotify/DeviceRecommendation.test.tsx | 4✅ | 575ms | ||
| tests/unit/components/Spotify/PlaylistDetails.test.tsx | 4✅ | 668ms | ||
| tests/unit/components/Spotify/PlaylistSelector.test.tsx | 5✅ | 2s | ||
| tests/unit/components/SpotifyDisplay.test.tsx | 9✅ | 1s | ||
| tests/unit/components/TimerDisplay.test.tsx | 6✅ | 796ms | ||
| tests/unit/components/WorkoutTableHeader.test.tsx | 1✅ | 651ms | ||
| tests/unit/constants/bluetooth-messages.test.ts | 25✅ | 256ms | ||
| tests/unit/constants/reconnection.test.ts | 7✅ | 235ms | ||
| tests/unit/context/ErrorContext.test.tsx | 2✅ | 288ms | ||
| tests/unit/context/LoadingContext.test.tsx | 2✅ | 694ms | ||
| tests/unit/context/UserSettingsContext.test.ts | 6✅ | 256ms | ||
| tests/unit/context/UserSettingsContextIntegration.test.ts | 7✅ | 320ms | ||
| tests/unit/context/webSocketReducer.test.ts | 13✅ | 186ms | ||
| tests/unit/gemini-client.test.ts | 10✅ | 219ms | ||
| tests/unit/hooks/useBluetoothHRM.race.test.ts | 3✅ | 994ms | ||
| tests/unit/hooks/useBluetoothHRM.test.ts | 16✅ | 2s | ||
| tests/unit/hooks/useConnectUserProfile.test.ts | 8✅ | 409ms | ||
| tests/unit/hooks/useFetchWithRetry.test.ts | 4✅ | 2s | ||
| tests/unit/hooks/useHeightInput.test.ts | 5✅ | 297ms | ||
| tests/unit/hooks/useLocalWorkoutBuffer.test.ts | 4✅ | 302ms | ||
| tests/unit/hooks/usePersistentStorage.test.ts | 9✅ | 419ms | ||
| tests/unit/hooks/useSpotifyAuth.test.ts | 5✅ | 320ms | ||
| tests/unit/hooks/useSpotifyCommand.test.ts | 6✅ | 296ms | ||
| tests/unit/hooks/useSpotifyWebPlayback.test.ts | 4✅ | 389ms | ||
| tests/unit/hooks/useWorkoutSessionManager.test.ts | 9✅ | 1s | ||
| tests/unit/lib/auth.test.ts | 7✅ | 275ms | ||
| tests/unit/lib/calorie-estimation.test.ts | 8✅ | 215ms | ||
| tests/unit/lib/env.test.ts | 5✅ | 482ms | ||
| tests/unit/lib/healthCheck.test.ts | 7✅ | 390ms | ||
| tests/unit/lib/hrm/HrmSessionManager.test.ts | 11✅ | 325ms | ||
| tests/unit/lib/notifications.test.ts | 3✅ | 223ms | ||
| tests/unit/lib/shared/hr-zones.boundary.test.ts | 1✅ | 228ms | ||
| tests/unit/lib/shared/hr-zones.test.ts | 12✅ | 246ms | ||
| tests/unit/lib/spotify.test.ts | 5✅ | 294ms | ||
| tests/unit/lib/structures/RingBuffer.test.ts | 4✅ | 215ms | ||
| tests/unit/lib/utils.test.ts | 24✅ | 299ms | ||
| tests/unit/lib/validation/schemas.test.ts | 12✅ | 276ms | ||
| tests/unit/lib/validation/userMetrics.test.ts | 17✅ | 250ms | ||
| tests/unit/lib/workout-session-storage.fallback.test.ts | 4✅ | 221ms | ||
| tests/unit/lib/workout-session-storage.test.ts | 4✅ | 241ms | ||
| tests/unit/lib/workout-session.test.ts | 2✅ | 190ms | ||
| tests/unit/scripts/conflict-resolver.test.ts | 2✅ | 240ms | ||
| tests/unit/scripts/create-review-issues.test.ts | 15✅ | 645ms | ||
| tests/unit/scripts/gemini-client.test.ts | 21✅ | 551ms | ||
| tests/unit/scripts/utils/git-conflicts.test.ts | 4✅ | 233ms | ||
| tests/unit/services/googleDocParser.test.ts | 8✅ | 326ms | ||
| tests/unit/services/HrmStatsCalculator.test.ts | 5✅ | 217ms | ||
| tests/unit/services/spotifyDeviceManager.test.ts | 3✅ | 313ms | ||
| tests/unit/services/spotifyPlaylistService.test.ts | 3✅ | 233ms | ||
| tests/unit/services/spotifyTokenManager.test.ts | 12✅ | 4s | ||
| tests/unit/services/tabataTimer.test.ts | 13✅ | 399ms | ||
| tests/unit/socketManager.test.ts | 26✅ | 2s | ||
| tests/unit/spotifyPlayerManager.test.ts | 14✅ | 671ms | ||
| tests/unit/spotifyPolling.test.ts | 37✅ | 2s | ||
| tests/unit/useVolumePreference.test.ts | 5✅ | 313ms | ||
| tests/unit/utils/fit-export.test.ts | 2✅ | 235ms | ||
| tests/unit/utils/hrm-filter.test.ts | 7✅ | 181ms | ||
| tests/unit/utils/hrm.test.ts | 8✅ | 231ms | ||
| tests/unit/utils/logger-redaction.test.ts | 1✅ | 236ms | ||
| tests/unit/utils/logger.server.test.ts | 4✅ | 177ms | ||
| tests/unit/utils/logger.test.ts | 2✅ | 228ms | ||
| tests/unit/utils/promise.test.ts | 5✅ | 286ms | ||
| tests/unit/utils/units.test.ts | 5✅ | 178ms | ||
| tests/unit/utils/visualization.test.ts | 7✅ | 201ms | ||
| tests/unit/utils/websocketUtils.test.ts | 12✅ | 221ms |
Loading