UNPKG

cloudworker-proxy

Version:
14 lines (11 loc) 296 B
"use strict"; var test = require("tape") , emitter = require("../../lib/emitter"); test("lib/emitter", function (t) { t.test("Should expose emitter methods", function (t) { t.equal(typeof emitter.on, "function"); t.equal(typeof emitter.off, "function"); t.end(); }); t.end(); });