mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
add type.mime to tests
This commit is contained in:
parent
4a85a4d1e0
commit
7b7aa7d7d9
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ describe('src/Core', () => {
|
|||
remote: '',
|
||||
size: 17175,
|
||||
source: 'jest',
|
||||
type: { general: 'image', specific: 'jpeg' }
|
||||
type: { general: 'image', specific: 'jpeg', mime: 'image/jpeg' }
|
||||
}
|
||||
expect(core.state.files[fileId]).toEqual(newFile)
|
||||
newFile.preview = undefined // not sure why this happens.. needs further investigation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue