mqtt_manager_common
Version:
Common functions for the manager
14 lines (12 loc) • 322 B
JavaScript
var { Card, Log, mongooseUtils, MqttConfiguration, ParameterFactory, PieceBuilder } = require('../../index');
afterAll(() => {
try{
mongooseUtils.mongooseDisconnect();
}catch(err){
console.error(err);
}
});
describe("Test imports", () => {
test("Make sure the Card is imported", () => {
});
});