fix(core): update

This commit is contained in:
Philipp Kunz 2020-07-25 15:40:10 +00:00
parent d786a3b7cd
commit 951772d515

View File

@ -49,7 +49,9 @@ export const testFire = <
throw new Error('response did not comply');
}
};
return expect;
return {
expect
};
};
export const stopTestServer = async () => {