move to typescript predominance

This commit is contained in:
2018-04-13 15:45:48 +02:00
parent 2165a8f677
commit 95c5fb7e83
30 changed files with 81 additions and 375 deletions

View File

@ -36,14 +36,13 @@ tap.test('should get a observable correctly', async () => {
testMessageObservable = testUniverseClient.getMessageObservable();
});
tap.test('should receive a message correctly', async () => {
});
tap.test('should receive a message correctly', async () => {});
tap.test('should disconnect the client correctly', async () => {
testUniverseClient.close();
})
});
tap.test('should end the server correctly', async (tools) => {
tap.test('should end the server correctly', async tools => {
await testUniverse.stopServer();
});