Do not close apps

This commit is contained in:
Adria Navarro 2024-11-06 18:18:34 +01:00
parent b2488af6da
commit 02ebe9cb15
1 changed files with 6 additions and 5 deletions

View File

@ -237,11 +237,12 @@ export default class TestConfiguration {
if (!this) { if (!this) {
return return
} }
if (this.server) {
this.server.close() // if (this.server) {
} else { // this.server.close()
require("../../app").getServer().close() // } else {
} // require("../../app").getServer().close()
// }
if (this.allApps) { if (this.allApps) {
cleanup(this.allApps.map(app => app.appId)) cleanup(this.allApps.map(app => app.appId))
} }