From d7b713fdad5d5c059212820fd679444ddc324488 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 18 Nov 2019 14:42:07 +0000 Subject: [PATCH] fix(core): update --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index 951c602..bb57dec 100644 --- a/test/test.ts +++ b/test/test.ts @@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle'; import * as letterxpress from '../ts/index'; tap.test('first test', async () => { - console.log(letterxpress.standardExport); + console.log('first test'); }); tap.start();