UNPKG

@opstarts/chimp

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

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(); });