From 9233ebd965101ef4630fd01112d16363e12c1bb3 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 28 Dec 2018 00:07:48 +0100 Subject: [PATCH] fix(core): update --- test/test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.ts b/test/test.ts index 22c4ada..b9a4720 100644 --- a/test/test.ts +++ b/test/test.ts @@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle'; import * as weblogo from '../ts/index' tap.test('first test', async () => { - console.log(weblogo.standardExport) + }) -tap.start() +tap.start();