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