mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
chore(lint): lint files in preparation for eslint v2
This commit is contained in:
@@ -26,7 +26,7 @@ describe('POST /user/feed/:pet/:food', () => {
|
||||
let potionText = content.hatchingPotions[potion] ? content.hatchingPotions[potion].text() : potion;
|
||||
let eggText = content.eggs[egg] ? content.eggs[egg].text() : egg;
|
||||
|
||||
let res = await user.post(`/user/feed/Wolf-Base/Milk`);
|
||||
let res = await user.post('/user/feed/Wolf-Base/Milk');
|
||||
await user.sync();
|
||||
expect(res).to.eql({
|
||||
data: user.items.pets['Wolf-Base'],
|
||||
|
||||
Reference in New Issue
Block a user