diff --git a/ts/index.ts b/ts/index.ts index 80d72b7..5698bec 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -49,7 +49,9 @@ export const testFire = < throw new Error('response did not comply'); } }; - return expect; + return { + expect + }; }; export const stopTestServer = async () => {