mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix(test): remove only
This commit is contained in:
parent
8555e4bea8
commit
72b8ba2d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ describe('shared.ops.purchase', () => {
|
|||
expect(user.items.gear.owned[key]).to.be.true;
|
||||
});
|
||||
|
||||
it.only('purchases quest bundles', () => {
|
||||
it('purchases quest bundles', () => {
|
||||
let clock = sandbox.useFakeTimers(+moment('2017-05-20'));
|
||||
let type = 'bundles';
|
||||
let key = 'featheredFriends';
|
||||
|
|
|
|||
Loading…
Reference in a new issue