iobroker.js-controller
Version:
Updated by reinstall.js on 2018-06-11T15:19:56.688Z
5 lines (4 loc) • 351 B
JavaScript
// Deprecated. This is only for back compatibility by tests!
console.warn('Deprecated! Please use require("@iobroker/db-objects-file").Server in tests to start a server and then use require("@iobroker/db-objects-file").Client to connect with a client against this server!');
module.exports = require('@iobroker/db-objects-file').Server;
;