From af7e71345bc2381da09a0bba7ac67a02d425b98e Mon Sep 17 00:00:00 2001 From: John Hildenbiddle Date: Fri, 23 Oct 2020 13:08:59 -0500 Subject: [PATCH] Change default startPath for tests & manual start --- test/config/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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