mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
breaking changes promisifying amazon payments
This commit is contained in:
11
test/api/v3/unit/libs/paymentsIndex.test.js
Normal file
11
test/api/v3/unit/libs/paymentsIndex.test.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
describe('payments/index', () => {
|
||||
beforeEach(() => {
|
||||
});
|
||||
|
||||
describe('#createSubscription', async () => {
|
||||
});
|
||||
|
||||
describe('#buyGems', async () => {
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user