mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Inserted empty line for nicer formating
This commit is contained in:
parent
0095a94863
commit
1a6a2bd8c8
@ -34,6 +34,7 @@ describe('ImageUploader.vue', () => {
|
|||||||
wrapper.vm.onDropzoneError(fileError, message)
|
wrapper.vm.onDropzoneError(fileError, message)
|
||||||
expect(mocks.$toast.error).toHaveBeenCalledWith(fileError.status, message)
|
expect(mocks.$toast.error).toHaveBeenCalledWith(fileError.status, message)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('shows an error toaster when unSupported file is uploaded', () => {
|
it('shows an error toaster when unSupported file is uploaded', () => {
|
||||||
wrapper.vm.onUnSupportedFormat(fileError.status, unSupportedFileMessage)
|
wrapper.vm.onUnSupportedFormat(fileError.status, unSupportedFileMessage)
|
||||||
expect(mocks.$toast.error).toHaveBeenCalledWith(fileError.status, unSupportedFileMessage)
|
expect(mocks.$toast.error).toHaveBeenCalledWith(fileError.status, unSupportedFileMessage)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user