fix linting and add pending test

This commit is contained in:
Matteo Pagliazzi
2016-01-02 18:23:01 +01:00
parent 27065b3f4d
commit a775c992ab
2 changed files with 5 additions and 4 deletions

View File

@@ -63,5 +63,6 @@ describe('DELETE /tasks/:id', () => {
});
it('cannot delete active challenge tasks'); // TODO after challenges are implemented
it('remove a task from user.tasksOrder'); // TODO
});
});