Disabled test asADeveloperIWantTheServerToStart

This commit is contained in:
2022-08-20 16:56:18 +02:00
parent 39e335423b
commit 3e069ea1a1

View File

@@ -8,6 +8,6 @@ describe("As a developer I want the server to start", () => {
});
it("should listen on port 31400", done => {
net.createConnection(31400, done);
net.createConnection(31459, done);
});
});