This commit is contained in:
Revantant
2019-07-17 16:54:28 +08:00
parent 6082739de2
commit 40e6ec5b6a

View File

@@ -47,7 +47,7 @@ export function mockXHR() {
} else { } else {
result = respond result = respond
} }
return result return Mock.mock(result)
} }
} }