UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

6 lines (4 loc) 240 B
const path = require("path"); const { tests } = require("@iobroker/testing"); // Run integration tests - See https://github.com/ioBroker/testing for a detailed explanation and further options tests.integration(path.join(__dirname, ".."));