UNPKG
node-red-contrib-leap-motion
Version:
latest (0.0.2)
1.0.0
0.0.2
Node-Red nodes for leap motion
node-red-contrib-leap-motion
/
leapjs
/
test
/
dialog.js
13 lines
(8 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
describe
(
'Controller'
,
function
(
){
it
(
"should show & hide [browser-only]"
,
function
(
){
var
dialog =
new
Dialog
(
"Test Message"
); dialog.
show
(); dialog.
hide
();
assert
(
true
); }); });