now running
This commit is contained in:
@ -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)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user