UNPKG
iobroker.alpha2
Version:
latest (1.0.0)
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
ioBroker Moehlenhoff Alpha2 Adapter
github.com/Eisbaeeer/ioBroker.alpha2
Eisbaeeer/ioBroker.alpha2
iobroker.alpha2
/
test
/
package.js
6 lines
(4 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
const
path =
require
(
'path'
);
const
{ tests } =
require
(
'@iobroker/testing'
);
// Validate the package files
tests.
packageFiles
(path.
join
(__dirname,
'..'
));