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:
parent
3a97d39d72
commit
7f25548be5
1 changed files with 0 additions and 10 deletions
|
@ -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');
|
|
||||||
});
|
|
||||||
});
|
|
Loading…
Add table
Reference in a new issue