fix(core): update

This commit is contained in:
2020-12-26 17:43:19 +00:00
parent 0e54bf889f
commit bc187b7e41
3 changed files with 319 additions and 601 deletions

View File

@ -2,10 +2,8 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as isohash from '@pushrocks/isohash';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartexpress from '@pushrocks/smartexpress';
import socketIoClient = require('socket.io-client');
import smartsocket = require('../ts/index');
let testSmartsocket: smartsocket.Smartsocket;