Jest test failure fix. Let's make sure we don't have the roof collapse.

This commit is contained in:
Sean King 2020-06-28 20:10:40 -06:00 committed by Alex Gleason
parent 1a7cbb21a7
commit bf8b875b96
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -14,6 +14,8 @@ describe('media_attachments reducer', () => {
'.mp4',
'.m4v',
'.mov',
'.mp3',
'.ogg',
'image/jpeg',
'image/png',
'image/gif',
@ -21,6 +23,9 @@ describe('media_attachments reducer', () => {
'video/webm',
'video/mp4',
'video/quicktime',
'audio/mp3',
'audio/mpeg',
'audio/ogg',
]),
}));
});