Files
ioBroker.hass/test/testPackageFiles.js
T
2026-03-31 17:00:15 +02:00

6 lines
157 B
JavaScript

const path = require('path');
const { tests } = require('@iobroker/testing');
// Validate the package files
tests.packageFiles(path.join(__dirname, '..'));