fix(core): update

This commit is contained in:
2019-04-24 18:20:31 +02:00
parent d43ad80784
commit af9f590349
8 changed files with 72 additions and 53 deletions

View File

@ -51,6 +51,10 @@ tap.test('should send a message correctly', async () => {
});
});
tap.test('universe should contain the sent message', async () => {
expect(testUniverse.universeCache.messageMap.getArray()[0].messageText).to.equal('hello');
});
tap.test('should receive a message correctly', async () => {});
tap.test('should disconnect the client correctly', async () => {