mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
12 lines
166 B
JavaScript
12 lines
166 B
JavaScript
|
|
describe('payments/index', () => {
|
|
beforeEach(() => {
|
|
});
|
|
|
|
describe('#createSubscription', async () => {
|
|
});
|
|
|
|
describe('#buyGems', async () => {
|
|
});
|
|
});
|