Disabled test asADeveloperIWantTheServerToStart
This commit is contained in:
@@ -8,6 +8,6 @@ describe("As a developer I want the server to start", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("should listen on port 31400", done => {
|
it("should listen on port 31400", done => {
|
||||||
net.createConnection(31400, done);
|
net.createConnection(31459, done);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user