Files
habitica/test/api/v3/unit/libs/paymentsIndex.test.js
2016-04-21 04:37:25 +00:00

12 lines
166 B
JavaScript

describe('payments/index', () => {
beforeEach(() => {
});
describe('#createSubscription', async () => {
});
describe('#buyGems', async () => {
});
});