mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(test): temporarily use real timer
This commit is contained in:
parent
cdd87abcf9
commit
ce70c73d49
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ describe('shared.ops.purchase', () => {
|
|||
|
||||
it('purchases quest bundles', async () => {
|
||||
const startingBalance = user.balance;
|
||||
const clock = sandbox.useFakeTimers(moment('2019-05-20').valueOf());
|
||||
// const clock = sandbox.useFakeTimers(moment('2019-05-20').valueOf());
|
||||
const type = 'bundles';
|
||||
const key = 'featheredFriends';
|
||||
const price = 1.75;
|
||||
|
|
|
|||
Loading…
Reference in a new issue