From 15b8a457d8d17bf104f3c8afc3fce73c6613ed31 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 21 Jan 2026 14:34:26 +0000 Subject: [PATCH] Update unit test snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .../__snapshots__/AudioPlayerView.test.tsx.snap | 10 +++++----- .../Clock/__snapshots__/Clock.test.tsx.snap | 6 +++--- .../__snapshots__/PlayPauseButton.test.tsx.snap | 6 +++--- .../SeekBar/__snapshots__/SeekBar.test.tsx.snap | 4 ++-- .../AvatarWithDetails.test.tsx.snap | 4 ++-- .../Banner/__snapshots__/Banner.test.tsx.snap | 14 +++++++------- .../HistoryVisibleBannerView.test.tsx.snap | 4 ++-- .../__snapshots__/TextualEventView.test.tsx.snap | 4 ++-- .../__snapshots__/MediaBody.test.tsx.snap | 4 ++-- .../Pill/__snapshots__/Pill.test.tsx.snap | 6 +++--- .../__snapshots__/PillInput.test.tsx.snap | 6 +++--- .../__snapshots__/RichItem.test.tsx.snap | 14 +++++++------- .../__snapshots__/RichList.test.tsx.snap | 6 +++--- .../RoomListHeaderView.test.tsx.snap | 8 ++++---- .../__snapshots__/ComposeMenuView.test.tsx.snap | 4 ++-- .../__snapshots__/OptionMenuView.test.tsx.snap | 4 ++-- .../__snapshots__/SpaceMenuView.test.tsx.snap | 4 ++-- .../RoomListSearchView.test.tsx.snap | 10 +++++----- .../RoomStatusBarView.test.tsx.snap | 16 ++++++++-------- 19 files changed, 67 insertions(+), 67 deletions(-) diff --git a/packages/shared-components/src/audio/AudioPlayerView/__snapshots__/AudioPlayerView.test.tsx.snap b/packages/shared-components/src/audio/AudioPlayerView/__snapshots__/AudioPlayerView.test.tsx.snap index d82cbf4202..051a91da21 100644 --- a/packages/shared-components/src/audio/AudioPlayerView/__snapshots__/AudioPlayerView.test.tsx.snap +++ b/packages/shared-components/src/audio/AudioPlayerView/__snapshots__/AudioPlayerView.test.tsx.snap @@ -1,6 +1,6 @@ -// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html -exports[`AudioPlayerView renders the audio player in default state 1`] = ` +exports[`AudioPlayerView > renders the audio player in default state 1`] = `
`; -exports[`AudioPlayerView renders the audio player in error state 1`] = ` +exports[`AudioPlayerView > renders the audio player in error state 1`] = `
`; -exports[`AudioPlayerView renders the audio player without media name 1`] = ` +exports[`AudioPlayerView > renders the audio player without media name 1`] = `
`; -exports[`AudioPlayerView renders the audio player without size 1`] = ` +exports[`AudioPlayerView > renders the audio player without size 1`] = `
renders the clock 1`] = `