mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
remove all changes from eslint --fix
This commit is contained in:
@@ -107,7 +107,7 @@ describe('user.ops.hourglassPurchase', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it.only('buys a mount', (done) => {
|
||||
it('buys a mount', (done) => {
|
||||
user.purchased.plan.consecutive.trinkets = 2;
|
||||
|
||||
user.ops.hourglassPurchase({params: {type: 'mounts', key: 'MantisShrimp-Base'}}, (response) => {
|
||||
|
||||
Reference in New Issue
Block a user