// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AudioPlayerView renders the audio player in default state 1`] = `
Sample Audio
`; exports[`AudioPlayerView renders the audio player in error state 1`] = `
Sample Audio
Error downloading audio
`; exports[`AudioPlayerView renders the audio player without media name 1`] = `
Unnamed audio
`; exports[`AudioPlayerView renders the audio player without size 1`] = `
Sample Audio
`;