habitica-self-host/test/spec/mocks/_sandbox.js
2015-08-22 21:41:13 -05:00

5 lines
87 B
JavaScript

var sandbox = sinon.sandbox.create();
afterEach(function() {
sandbox.restore();
});