mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
chore(lint): lint files in preparation for eslint v2
This commit is contained in:
@@ -12,7 +12,7 @@ describe('POST /user/disable-classes', () => {
|
||||
// More tests in common code unit tests
|
||||
|
||||
it('disable classes', async () => {
|
||||
let res = await user.post(`/user/disable-classes`);
|
||||
let res = await user.post('/user/disable-classes');
|
||||
await user.sync();
|
||||
|
||||
expect(res).to.eql({
|
||||
|
||||
Reference in New Issue
Block a user