now running

This commit is contained in:
2018-03-15 01:05:13 +01:00
parent 76cb8a36fc
commit c009cd337d
13 changed files with 335 additions and 19 deletions

View File

@ -17,7 +17,9 @@ tap.test('add a message to the SmartUniverse', async () => {
// testing message handling
tap.test('create smartuniverse client', async () => {
testUniverseClient = new smartuniverse.UniverseClient();
testUniverseClient = new smartuniverse.UniverseClient({
serverAddress: 'localhost:8765'
});
expect(testUniverseClient).to.be.instanceof(smartuniverse.UniverseClient)
})