fix(core): update

This commit is contained in:
2022-01-19 19:05:44 +01:00
parent c424d589ea
commit 4e7455fa26
3 changed files with 148 additions and 5 deletions

View File

@ -2,11 +2,9 @@
import { expect, tap } from '@pushrocks/tapbundle';
import smartsocket = require('../ts/index');
import * as isohash from '@pushrocks/isohash';
let testSmartsocket: smartsocket.Smartsocket;
let testSmartsocketClient: smartsocket.SmartsocketClient;
let testSocketConnection: smartsocket.SocketConnection;
let testSocketFunctionForServer: smartsocket.SocketFunction<any>;
let testSocketFunctionClient: smartsocket.SocketFunction<any>;