Skip to content

Commit f86e60e

Browse files
committed
test(runner): fix promiseHandle when no server is launched
1 parent 3058204 commit f86e60e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/run-server.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function runServer(serverName, runTests) {
1212
return Promise.resolve().then(function () {
1313
if (!server) {
1414
return {
15+
handlePromise: Promise.resolve(null),
1516
serverHost: process.env.SERVER_HOST || 'http://localhost:5984',
1617
};
1718
}

0 commit comments

Comments
 (0)