diff --git a/test/config/server.js b/test/config/server.js index d027cdb0..cb9f82b0 100644 --- a/test/config/server.js +++ b/test/config/server.js @@ -59,7 +59,6 @@ function startServer(options = {}, cb = Function.prototype) { }, }, }, - startPath: '/docs', ui: false, }; @@ -96,6 +95,7 @@ if (hasStartArg) { open: true, port: serverConfig.port + 1, directory: true, + startPath: '/docs', }); } // Display friendly message about manually starting a server instance