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