UNPKG

stack-chain

Version:
9 lines (6 loc) 161 B
var test = require("tap").test; var chain = require('../../'); test("no other copy", function (t) { t.strictEqual(global._stackChain, chain); t.end(); });