Files
habitica/test/spec/mocks/sandbox.js
2015-06-22 12:52:24 -05:00

6 lines
87 B
JavaScript

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