mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
lint: Fix tests that can be fixed with the eslint --fix flag
This commit is contained in:
@@ -41,5 +41,5 @@ describe('GET /tasks', () => {
|
||||
});
|
||||
|
||||
// TODO complete after task scoring is done
|
||||
it('returns completed todos sorted by creation date if req.query.includeCompletedTodos is specified')
|
||||
it('returns completed todos sorted by creation date if req.query.includeCompletedTodos is specified');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user