mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
feat(hourglass): Individual filter functions
This commit is contained in:
@@ -249,7 +249,7 @@ describe('Inventory Controller', function() {
|
||||
it('returns true for Mystery Sets if there are no sets left to purchase', inject(function(Content) {
|
||||
sandbox.stub(Content, 'timeTravelerStore').returns({});
|
||||
|
||||
expect(scope.hasAllTimeTravelerItems('mystery')).to.eql(true);
|
||||
expect(scope.hasAllTimeTravelerItemsOfType('mystery')).to.eql(true);
|
||||
}));
|
||||
|
||||
it('returns false for pets if user does not own all pets in the Time Travel Stable', function() {
|
||||
|
||||
Reference in New Issue
Block a user