mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
v3 common: fix tags tests
This commit is contained in:
@@ -7,7 +7,7 @@ describe('taskClasses', () => {
|
||||
|
||||
describe('a todo task', () => {
|
||||
beforeEach(() => {
|
||||
task = { type: 'todo', _editing: false, tags: { a: false } };
|
||||
task = { type: 'todo', _editing: false, tags: [] };
|
||||
});
|
||||
|
||||
it('is hidden', () => {
|
||||
|
||||
Reference in New Issue
Block a user