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