mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-10-28 11:42:29 +01:00
6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
var sandbox = sinon.sandbox.create();
|
|
|
|
afterEach(function() {
|
|
sandbox.restore();
|
|
});
|