CHANGE: seperated mqtt device
This commit is contained in:
7
src/app/_models/mqtt-device.spec.ts
Normal file
7
src/app/_models/mqtt-device.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { MqttDevice } from './mqtt-device';
|
||||
|
||||
describe('MqttDevice', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new MqttDevice()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user