]> git.r.bdr.sh - rbdr/forum/blobdiff - test/application.js
Remove server
[rbdr/forum] / test / application.js
diff --git a/test/application.js b/test/application.js
deleted file mode 100644 (file)
index c02b914..0000000
+++ /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);
-  });
-});