refactor e2e

This commit is contained in:
Karsten Hassel
2021-09-16 22:36:18 +02:00
parent c15b31b374
commit 9969fede35
9 changed files with 65 additions and 59 deletions

View File

@@ -95,8 +95,7 @@ function Server(config, callback) {
this.close = function () {
server.close();
}
};
}
module.exports = Server;