fix(core): update

This commit is contained in:
Philipp Kunz 2020-07-28 17:24:53 +00:00
parent 85fca378ff
commit 6c106a4f22

View File

@ -54,7 +54,7 @@ export const testFire = <
if (throwErrorBool) {
throw new Error('response did not comply');
}
return expectedResponseArg;
return actualResponse;
};
return {
expect