From 951772d515914c93e9aa4f1fb7dc0318c880674d Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 25 Jul 2020 15:40:10 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 () => {