12 lines
166 B
JavaScript
12 lines
166 B
JavaScript
|
|
describe('payments/index', () => {
|
|
beforeEach(() => {
|
|
});
|
|
|
|
describe('#createSubscription', async () => {
|
|
});
|
|
|
|
describe('#buyGems', async () => {
|
|
});
|
|
});
|