fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-20 23:21:12 +02:00
parent 29bddf198f
commit 2f4916f552

View File

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