7e082b7eb5
no-issue This pulls out the StripeService from the @tryghost/members-api package. The idea is to break the @tryghost/members-api package into smaller modules, with the hope to make it easier to maintain and reason about.
11 lines
262 B
JavaScript
11 lines
262 B
JavaScript
// Switch these lines once there are useful utils
|
|
// const testUtils = require('./utils');
|
|
require('./utils');
|
|
|
|
describe('Hello world', function () {
|
|
it('Runs a test', function () {
|
|
// TODO: Write me!
|
|
'hello'.should.eql('hello');
|
|
});
|
|
});
|