mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Fixed linting and some tests
This commit is contained in:
@@ -8,6 +8,10 @@ describe('shared.ops.addTask', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
user = generateUser();
|
||||
user.habits = [];
|
||||
user.todos = [];
|
||||
user.dailys = [];
|
||||
user.rewards = [];
|
||||
});
|
||||
|
||||
it('adds an habit', () => {
|
||||
|
||||
Reference in New Issue
Block a user