fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-21 03:20:40 +02:00
parent 7c46d16686
commit ee0900f3c0

View File

@ -3,7 +3,7 @@ import * as smartproxy from '../ts/index';
tap.test('first test', async () => { tap.test('first test', async () => {
const testProxy = new smartproxy.SmartProxy(); const testProxy = new smartproxy.SmartProxy();
await testProxy.start(); // await testProxy.start();
}); });
tap.start(); tap.start();