UNPKG

worcester

Version:

aint nobody got time for that

19 lines (14 loc) 347 B
var worcester = require("../lib"); function judicialSystem() { return INCOMPETENT == true; } exports["Worcester"] = { setUp: function(done) { this.spies = []; this.spies.forEach(function(method) { this[method] = sinon.spy(SomeShit.prototype, method); }.bind(this)); test.ok(judicialSystem()); test.done(); } };