chore: nicer stack highlight (#3259)

Highlight part of the stack that points to where the actual
test failure happened.
This commit is contained in:
Andrey Lushnikov
2018-09-17 23:22:53 +01:00
committed by GitHub
parent a4abb4a628
commit a1a211d9e7
2 changed files with 24 additions and 15 deletions

View File

@@ -189,5 +189,5 @@ if (process.env.CI && testRunner.hasFocusedTestsOrSuites()) {
process.exit(1);
}
new Reporter(testRunner);
new Reporter(testRunner, utils.projectRoot());
testRunner.run();