fix: print AggregateError to display#15346
Conversation
✅ Deploy Preview for jestjs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
7853063 to
1d704bd
Compare
AggregateErrors to displayAggregateError to display
1d704bd to
d9d869a
Compare
| return ''; | ||
| } else { | ||
| const config = { | ||
| rootDir: process.cwd(), |
There was a problem hiding this comment.
we cannot use this as expect is meant to work in the browser (and rootDir might not even be cwd).
If we are to do this, we'll need to pass the config object somehow
There was a problem hiding this comment.
I just carry this from line 462.
Why do not it work here?
|
This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
|
up |
Co-authored-by: Casper Juel <cj@signifly.com>
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Closes #14704
Test plan
Console before change:
Console after change: