fix(core): update

This commit is contained in:
2019-08-20 22:26:44 +02:00
parent 1ccd53ce69
commit a5ecf0d9c1
4 changed files with 11 additions and 13 deletions

View File

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