mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Add placeholders for more buy tests to transfer over
This commit is contained in:
parent
7f3bfa0dc7
commit
c8d957255b
1 changed files with 11 additions and 0 deletions
|
|
@ -42,12 +42,23 @@ describe('user.fns.buy', function() {
|
|||
});
|
||||
|
||||
context('Potion', function() {
|
||||
it('recovers hp');
|
||||
});
|
||||
|
||||
context('Gear', function() {
|
||||
it('buys equipment');
|
||||
|
||||
it('does not buy equipment without enough Gold');
|
||||
});
|
||||
|
||||
context('Quests', function() {
|
||||
it('buys a Quest scroll');
|
||||
|
||||
it('does not buy Quests without enough Gold');
|
||||
|
||||
it('does not buy nonexistent Quests');
|
||||
|
||||
it('does not buy Gem-premium Quests');
|
||||
});
|
||||
|
||||
context('Enchanted Armoire', function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue