Remove test test
This commit is contained in:
parent
8181a4221d
commit
5ae1614131
1 changed files with 0 additions and 4 deletions
|
@ -5,10 +5,6 @@ import * as path from 'path';
|
||||||
|
|
||||||
|
|
||||||
describe('Server', function () {
|
describe('Server', function () {
|
||||||
it('should test', function () {
|
|
||||||
expect(2 + 2).to.equal(4);
|
|
||||||
});
|
|
||||||
|
|
||||||
it('Should be usable', function (done) {
|
it('Should be usable', function (done) {
|
||||||
runServer({
|
runServer({
|
||||||
allowed_ips: [],
|
allowed_ips: [],
|
||||||
|
|
Reference in a new issue