UNPKG
hansel
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
Check to see if a url is hot right now
github.com/MauriceButler/hansel
MauriceButler/hansel
hansel
/
tests
/
tests.js
9 lines
(7 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
test =
require
(
'tape'
), hansel =
require
(
'../hansel'
);
test
(
'hansel Exists'
,
function
(
t
) { t.
plan
(
2
); t.
ok
(hansel,
'hansel Exists'
); t.
equal
(
typeof
hansel,
'object'
); });