unit tests, and some cleaning up

This commit is contained in:
Josh Burman
2019-03-14 10:14:42 -04:00
parent 501a14d713
commit 21f77fa4c3
134 changed files with 16787 additions and 359 deletions

View File

@ -45,9 +45,5 @@ describe('ClientManager', function () {
var result = clientManager.getClientType(data, wsClient);
expect(result.clientType()).to.be.equal('mhs');
});
// it('should remove a client', function () {
// clientManager.removeClient(data.user_id);
// expect(clientManager.clients.length).to.be.equal(0);
// });
});
//# sourceMappingURL=clientManager.spec.js.map