Remove test test

This commit is contained in:
Jake Howard 2017-02-27 10:19:11 +00:00
parent 8181a4221d
commit 5ae1614131

View file

@ -5,10 +5,6 @@ import * as path from 'path';
describe('Server', function () {
it('should test', function () {
expect(2 + 2).to.equal(4);
});
it('Should be usable', function (done) {
runServer({
allowed_ips: [],