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();