Modify all serve_* modules to return a Promise (preparation for #140)
This commit is contained in:
@@ -12,6 +12,7 @@ before(function() {
|
||||
});
|
||||
global.app = running.app;
|
||||
global.server = running.server;
|
||||
return running.startupPromise;
|
||||
});
|
||||
|
||||
after(function() {
|
||||
|
||||
Reference in New Issue
Block a user