mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
chore: lint files
This commit is contained in:
@@ -19,7 +19,7 @@ describe('GET /user/tasks/', () => {
|
||||
});
|
||||
|
||||
it('gets all tasks', async () => {
|
||||
return user.get(`/user/tasks/`).then((tasks) => {
|
||||
return user.get('/user/tasks/').then((tasks) => {
|
||||
expect(tasks).to.be.an('array');
|
||||
expect(tasks.length).to.be.greaterThan(3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user