fix(core): update

This commit is contained in:
2019-08-21 03:14:42 +02:00
parent 0e6c09aba5
commit 10cd3b3528
6 changed files with 38 additions and 1444 deletions

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