From 1e0616e5806cf25880471df6622650798cd9ee86 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 5 Oct 2020 10:58:20 +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 bdfc81a..c6d2387 100644 --- a/test/test.ts +++ b/test/test.ts @@ -4,5 +4,5 @@ import * as smartfileInterfaces from '../ts/index'; tap.test('first test', async () => { console.log(smartfileInterfaces); }); -; + tap.start();