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
/
unit.js
6 lines
(4 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
const
path =
require
(
'path'
);
const
{ tests } =
require
(
'@iobroker/testing'
);
// Run unit tests - See https://github.com/ioBroker/testing for a detailed explanation and further options
tests.
unit
(path.
join
(__dirname,
'..'
));