mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Moved sandbox.js to mocks directory
This commit is contained in:
9
test/spec/mocks/sandbox.js
Normal file
9
test/spec/mocks/sandbox.js
Normal file
@@ -0,0 +1,9 @@
|
||||
var sandbox;
|
||||
|
||||
beforeEach(function() {
|
||||
sandbox = sinon.sandbox.create();
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
sandbox.restore();
|
||||
});
|
||||
Reference in New Issue
Block a user