mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 09:50:34 +03:00
178856cf82
refs https://github.com/TryGhost/Toolbox/issues/292 - Fresh package out of Super Slimer
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');
|
|
});
|
|
});
|