Jest test failure fix. Let's make sure we don't have the roof collapse.
This commit is contained in:
parent
1a7cbb21a7
commit
bf8b875b96
1 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
]),
|
||||
}));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue