Fix: Tests lint and src folder #138

Merged
KevinMidboe merged 27 commits from fix/tests-lint-and-src-folder into master 2022-08-20 15:41:47 +00:00
Showing only changes of commit 3e069ea1a1 - Show all commits

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);
});
});