From 2f4916f552691fc7f63993487b49cffe6d1a12f1 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 20 Aug 2019 23:21:12 +0200 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 1fd5a9c..33c8de3 100644 --- a/test/test.ts +++ b/test/test.ts @@ -3,7 +3,7 @@ import * as smartproxy from '../ts/index'; tap.test('first test', async () => { const testProxy = new smartproxy.SmartProxy(); - await testProxy.start(); + // await testProxy.start(); }); tap.start();