update to newest version

This commit is contained in:
2017-10-09 03:06:09 +02:00
parent 0aa073f2a7
commit 0b6929af8f
12 changed files with 119 additions and 121 deletions

View File

@ -1,7 +1,7 @@
import { expect, tap } from 'tapbundle'
import socketIoClient = require('socket.io-client')
import smartsocket = require('../dist/index')
import smartsocket = require('../ts/index')
import smartq = require('smartq')
import nodehash = require('nodehash')
@ -107,7 +107,7 @@ tap.test('should be able to make a functionCall from server to client', async ()
// terminate
tap.test('should close the server', async () => {
testSmartsocket.closeServer()
await testSmartsocket.closeServer()
})
tap.start()