blob: ba8cfc50ff47427c328abcf3e0d66070bb37d3a3 [file] [log] [blame]
var test = require("tape")
var cache = require("../index")
test("continuable-cache is a function", function (assert) {
assert.equal(typeof cache, "function")
assert.end()
})