import { MqttBinary } from './mqtt-binary'; describe('MqttBinary', () => { it('should create an instance', () => { expect(new MqttBinary()).toBeTruthy(); }); });