Skip to content

Commit 4b0f46c

Browse files
committed
address comments
1 parent 675498e commit 4b0f46c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/run-browser.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const optionDefinitions = [
1515
{ name: "help", alias: "h", description: "Print this help text." },
1616
];
1717

18-
1918
const options = commandLineArgs(optionDefinitions);
2019

2120
if ("help" in options)
@@ -58,11 +57,9 @@ process.once("uncaughtException", (err) => {
5857
process.exit(1);
5958
});
6059

61-
6260
const PORT = options.port;
6361
const server = await serve(PORT);
6462

65-
6663
async function runTests() {
6764
let success = true;
6865
try {
@@ -174,11 +171,9 @@ function logIncrementalResult(previousResults, benchmarkResults) {
174171
}
175172
}
176173

177-
178174
function printLogs(sessionId) {
179175
if (BROWSER === "safari" && sessionId)
180176
return printSafariLogs(sessionId);
181-
182177
}
183178

184179
async function printSafariLogs(sessionId) {

0 commit comments

Comments
 (0)