mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
de9e5cecd4
- Ready to accept code and history from TryGhost/Ghost - This will be what's known as image.manipulator in Ghost
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');
|
|
});
|
|
});
|