fix(core): update

This commit is contained in:
2020-07-05 17:53:49 +00:00
parent 4251dbf0af
commit 7675c27cab
6 changed files with 489 additions and 254 deletions

View File

@@ -1,8 +1,10 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as testSdk from '../ts/index';
let testServer: testSdk.AgTestServer;
tap.test('first test', async () => {
console.log(testSdk.standardExport);
console.log('TODO');
});
tap.start();