Skip to content

Commit af7e713

Browse files
committed
Change default startPath for tests & manual start
1 parent 131aae5 commit af7e713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ function startServer(options = {}, cb = Function.prototype) {
5959
},
6060
},
6161
},
62-
startPath: '/docs',
6362
ui: false,
6463
};
6564

@@ -96,6 +95,7 @@ if (hasStartArg) {
9695
open: true,
9796
port: serverConfig.port + 1,
9897
directory: true,
98+
startPath: '/docs',
9999
});
100100
}
101101
// Display friendly message about manually starting a server instance

0 commit comments

Comments
 (0)