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