mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
var sandbox = sinon.sandbox.create();
|
|
|
|
afterEach(function() {
|
|
sandbox.restore();
|
|
});
|