From 279649898475575955b2e4bff293bb4d369a8015 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 1 Sep 2019 15:39:56 +0200 Subject: [PATCH] fix(core): update --- test/test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.ts b/test/test.ts index a06ceef..d922e9c 100644 --- a/test/test.ts +++ b/test/test.ts @@ -48,6 +48,7 @@ tap.test('should fire a request', async () => { const response = await typedRequest.fire({ name: 'really' }); + console.log(response); expect(response.surname).to.equal('wow'); });