Fix: Tests lint and src folder #138
@@ -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);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user