0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Removed unneeded test suite

no issue

- This is a leftover from initial project scaffolding
This commit is contained in:
Nazar Gargol 2020-07-08 19:40:10 +12:00
parent 3a97d39d72
commit 7f25548be5

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');
});
});