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