fix(test): temporarily use real timer

This commit is contained in:
SabreCat 2023-09-12 09:45:40 -05:00
parent cdd87abcf9
commit ce70c73d49

View file

@ -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;