Revert Some Reporter Stuff

This commit is contained in:
thororen1234 2025-04-17 22:14:20 -04:00
parent 9476e259fc
commit aefd056c98
No known key found for this signature in database

View file

@ -315,11 +315,9 @@ page.on("console", async e => {
report.badWebpackFinds.push(otherMessage);
break;
case "Finished test":
await browser.close();
await printReport();
setTimeout(async () => {
await browser.close();
process.exit();
}, 10000);
process.exit();
}
}
}