more tests....got figure out how to send web socket messges in testing platform

This commit is contained in:
Josh Burman
2019-03-13 12:27:43 -04:00
parent bfd652ce20
commit 501a14d713
32 changed files with 300 additions and 4 deletions

View File

@ -14,6 +14,9 @@ class ClientBase {
type() {
return this.data.client_type;
}
clientType() {
return this.data.client;
}
connectToChannel(channel) {
this.channel = channel;
this.ws.on('message', (message) => {