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',
|
'.mp4',
|
||||||
'.m4v',
|
'.m4v',
|
||||||
'.mov',
|
'.mov',
|
||||||
|
'.mp3',
|
||||||
|
'.ogg',
|
||||||
'image/jpeg',
|
'image/jpeg',
|
||||||
'image/png',
|
'image/png',
|
||||||
'image/gif',
|
'image/gif',
|
||||||
|
@ -21,6 +23,9 @@ describe('media_attachments reducer', () => {
|
||||||
'video/webm',
|
'video/webm',
|
||||||
'video/mp4',
|
'video/mp4',
|
||||||
'video/quicktime',
|
'video/quicktime',
|
||||||
|
'audio/mp3',
|
||||||
|
'audio/mpeg',
|
||||||
|
'audio/ogg',
|
||||||
]),
|
]),
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue