You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node assert errors aren't formatted anymore. I think this could be related to #4376.
If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can yarn install and yarn test.
I think this actually might be a problem with how yeoman-assert works with jest@20 vs. jest@21 since I can't reproduce when not using that library. Closing until I can pinpoint the issue. Thanks for your time.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
Node assert errors aren't formatted anymore. I think this could be related to #4376.
If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can
yarn install
andyarn test
.__tests__/gitignore.js
test so that it fails, e.g. changenode_modules
on line 11 tomode_nodules
.yarn test
Output will be:
What is the expected behavior?
Output should be like this repl.it (uses Jest@20): https://repl.it/LkIe/3
A diff like:
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
Jest configuration in the repo specified above.
Node v8.5.0
NPM v5.4.2
MacOS High Sierra
The text was updated successfully, but these errors were encountered: