update initial test

This commit is contained in:
2018-03-08 23:42:46 +01:00
parent b9990c3953
commit f812249a0d
19 changed files with 486 additions and 50 deletions

View File

@ -1,8 +1,12 @@
import { expect, tap } from 'tapbundle';
import * as smartuniverse from '../ts/index';
let testSmartUniverse: smartuniverse.SmartUniverse;
tap.test('first test', async () => {
console.log(smartuniverse.standardExport);
testSmartUniverse = new smartuniverse.SmartUniverse({
port: 8765
})
});
tap.start();