Inserted empty line for nicer formating

This commit is contained in:
Wolfgang Huß 2020-11-02 12:53:47 +01:00
parent 0095a94863
commit 1a6a2bd8c8

View File

@ -34,6 +34,7 @@ describe('ImageUploader.vue', () => {
wrapper.vm.onDropzoneError(fileError, message)
expect(mocks.$toast.error).toHaveBeenCalledWith(fileError.status, message)
})
it('shows an error toaster when unSupported file is uploaded', () => {
wrapper.vm.onUnSupportedFormat(fileError.status, unSupportedFileMessage)
expect(mocks.$toast.error).toHaveBeenCalledWith(fileError.status, unSupportedFileMessage)