UNPKG
@theopenweb/js-sensor
Version:
latest (1.0.1)
1.0.1
1.0.0
JavaScript sensor library for native input sensors.
theopenweb.info
theopenwebjp/js-sensor
@theopenweb/js-sensor
/
test
/
js-sensor.test.js
9 lines
(7 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
JsSensor
=
require
(
'../class/js-sensor'
);
const
jsSensor =
new
JsSensor
();
describe
(
'JsSensor'
,
()=>
{
it
(
'construction'
,
()=>
{ chai.
expect
(jsSensor).
to
.
be
.
an
(
'object'
); }); });