new error state, tests to cover
This commit is contained in:
committed by
Salman Muin Kayser Chishti
parent
308e05bc50
commit
36f30e6d37
+2
-1
@@ -237,7 +237,8 @@ test('save with server error should fail', async () => {
|
||||
.mockReturnValue(
|
||||
Promise.resolve({
|
||||
ok: true,
|
||||
signedUploadUrl: 'https://blob-storage.local?signed=true'
|
||||
signedUploadUrl: 'https://blob-storage.local?signed=true',
|
||||
message: ""
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user