mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
adapt v2: fix linting
This commit is contained in:
@@ -14,7 +14,7 @@ describe('GET /user/tasks/', () => {
|
||||
it('gets all tasks', async () => {
|
||||
return user.get(`/user/tasks/`).then((tasks) => {
|
||||
expect(tasks).to.be.an('array');
|
||||
expect(tasks.length).to.equal(1)
|
||||
expect(tasks.length).to.equal(1);
|
||||
|
||||
let task = tasks[0];
|
||||
expect(task.id).to.exist;
|
||||
|
||||
Reference in New Issue
Block a user