UNPKG

hansel

Version:

Check to see if a url is hot right now

9 lines (7 loc) 193 B
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'); });