in spec/helpers.js [31:33]
function createWith (rewiring) { return (...args) => create.__with__(rewiring)(() => create(...args)); }