0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Removed hello test

refs https://github.com/TryGhost/Team/issues/916
This commit is contained in:
Naz 2021-07-21 17:27:07 +04:00 committed by naz
parent 8b45f73079
commit 633feccf8d

View file

@ -1,10 +0,0 @@
// 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');
});
});