update initial test
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user