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

6 lines
87 B
JavaScript

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