mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
fix(test): Remove only
This commit is contained in:
parent
f8db8f597a
commit
15cddabd80
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ describe('Inventory Controller', function() {
|
|||
});
|
||||
});
|
||||
|
||||
describe.only('#hasAllTimeTravelerItems', function() {
|
||||
describe('#hasAllTimeTravelerItems', function() {
|
||||
it('returns false if items remain for purchase with Mystic Hourglasses', function() {
|
||||
expect(scope.hasAllTimeTravelerItems()).to.eql(false);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue