8b90c93a79
no refs - the package `@tryghost/stripe-service` was already published and used in a different context, so this package was never able to get published and the references in Members package are incorrectly pointing to wrong package - renames the package in members context
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');
|
|
});
|
|
});
|