UNPKG

@iobroker/testing

Version:

Shared utilities for adapter and module testing in ioBroker

6 lines (5 loc) 173 B
/** * Tests if the adapter files are valid. * This is meant to be executed in a mocha context. */ export declare function validatePackageFiles(adapterDir: string): void;