From 3841606684ee3d233266ad490905076a3562842c Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 22 Mar 2020 11:53:13 -0600 Subject: Remove server --- test/application.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 test/application.js (limited to 'test/application.js') diff --git a/test/application.js b/test/application.js deleted file mode 100644 index c02b914..0000000 --- a/test/application.js +++ /dev/null @@ -1,13 +0,0 @@ -const { expect } = require('@hapi/code'); -const Lab = require('@hapi/lab'); -const Forum = require('../lib/forum'); - -const { it, describe } = exports.lab = Lab.script(); - -describe('Forum Backend Library', () => { - - it('Should initialize the server', () => { - - expect(true).to.equal(true); - }); -}); -- cgit