c120490a00
no-issue We are already in the Members repository so there's no need for members in the directory name. The NPM package name however is unchanged and still requires specificity as it is scoped to @tryghost as a whole rather than the Members feature.
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');
|
|
});
|
|
});
|