From 03e09628894f52ee8b3e23a62ef39f4361a83c28 Mon Sep 17 00:00:00 2001 From: Naz Date: Thu, 20 Oct 2022 14:34:23 +0800 Subject: [PATCH] Removed garbage test no issue - This test does nothing but occupy the disc space --- ghost/members-api/test/hello.test.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 ghost/members-api/test/hello.test.js diff --git a/ghost/members-api/test/hello.test.js b/ghost/members-api/test/hello.test.js deleted file mode 100644 index 85d69d1e08cd..000000000000 --- a/ghost/members-api/test/hello.test.js +++ /dev/null @@ -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'); - }); -});