fix
This commit is contained in:
8
book/node_modules/continuable-cache/test/index.js
generated
vendored
Normal file
8
book/node_modules/continuable-cache/test/index.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
var test = require("tape")
|
||||
|
||||
var cache = require("../index")
|
||||
|
||||
test("continuable-cache is a function", function (assert) {
|
||||
assert.equal(typeof cache, "function")
|
||||
assert.end()
|
||||
})
|
Reference in New Issue
Block a user