Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pglez82/asw2324_0
Browse files Browse the repository at this point in the history
  • Loading branch information
pglez82 committed Mar 18, 2024
2 parents 1d9f92d + 152bbd9 commit b38ca35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions webapp/e2e/test-environment-setup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const { MongoMemoryServer } = require('mongodb-memory-server');


let mongoserver;
let userservice;
let authservice;
Expand All @@ -14,6 +13,6 @@ async function startServer() {
userservice = await require("../../users/userservice/user-service");
authservice = await require("../../users/authservice/auth-service");
gatewayservice = await require("../../gatewayservice/gateway-service");
}
}

startServer();
startServer();

0 comments on commit b38ca35

Please sign in to comment.