Do not close apps
This commit is contained in:
parent
b2488af6da
commit
02ebe9cb15
|
@ -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))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue