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) {
return
}
if (this.server) {
this.server.close()
} else {
require("../../app").getServer().close()
}
// if (this.server) {
// this.server.close()
// } else {
// require("../../app").getServer().close()
// }
if (this.allApps) {
cleanup(this.allApps.map(app => app.appId))
}