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
[jest-cli] Watch plugins now have access to a broader range of global configuration options in their updateConfigAndRun callbacks, so they can provide a wider set of extra features (#6473)
[jest-snapshot]babel-traverse is now passed to jest-snapshot explicitly to avoid unnecessary requires in every test
Fixes
[jest-haste-map] Optimize watchman crawler by using glob on initial query (#6689)
[pretty-format] Fix formatting of invalid Date objects (#6635)