mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: nicer stack highlight (#3259)
Highlight part of the stack that points to where the actual test failure happened.
This commit is contained in:
@@ -189,5 +189,5 @@ if (process.env.CI && testRunner.hasFocusedTestsOrSuites()) {
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
new Reporter(testRunner);
|
||||
new Reporter(testRunner, utils.projectRoot());
|
||||
testRunner.run();
|
||||
|
||||
Reference in New Issue
Block a user