mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 06:03:03 -04:00
Revert Some Reporter Stuff
This commit is contained in:
parent
9476e259fc
commit
aefd056c98
1 changed files with 2 additions and 4 deletions
|
@ -315,11 +315,9 @@ page.on("console", async e => {
|
||||||
report.badWebpackFinds.push(otherMessage);
|
report.badWebpackFinds.push(otherMessage);
|
||||||
break;
|
break;
|
||||||
case "Finished test":
|
case "Finished test":
|
||||||
await printReport();
|
|
||||||
setTimeout(async () => {
|
|
||||||
await browser.close();
|
await browser.close();
|
||||||
|
await printReport();
|
||||||
process.exit();
|
process.exit();
|
||||||
}, 10000);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue