aboutsummaryrefslogtreecommitdiff
path: root/test/application.js
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-03-22 11:53:13 -0600
committerBen Beltran <ben@nsovocal.com>2020-03-22 11:53:13 -0600
commit3841606684ee3d233266ad490905076a3562842c (patch)
tree407adde62e5181cae2b0d3611bc6c18c00a20d67 /test/application.js
parent00a6e8aa8dd06f8a2bd7ccccdccfcb6215cf4841 (diff)
Remove server
Diffstat (limited to 'test/application.js')
-rw-r--r--test/application.js13
1 files changed, 0 insertions, 13 deletions
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);
- });
-});