chore: lint files

This commit is contained in:
Blade Barringer
2016-04-13 20:10:27 -05:00
parent 13edca4588
commit e70add1ac4
3 changed files with 21 additions and 21 deletions

View File

@@ -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);