UNPKG

@iobroker/testing

Version:

Shared utilities for adapter and module testing in ioBroker

11 lines (10 loc) 267 B
"use strict"; // TODO: Do we need this file? // import * as utils from "@iobroker/adapter-core"; Object.defineProperty(exports, "__esModule", { value: true }); // const adapter = utils.adapter({ // name: "foo", // ready() { // console.log("ready"); // }, // });