Fixes
[expect]
Add descriptive error message to CalledWith methods when missing optional arguments (#5547)[jest-cli]
Fix inability to quit watch mode while debugger is still attached (#5029)[jest-haste-map]
Properly handle platform-specific file deletions (#5534)
Features
[jest-util]
Add the following methods to the "console" implementations:assert
,count
,countReset
,dir
,dirxml
,group
,groupCollapsed
,groupEnd
,time
,timeEnd
(#5514)[docs]
Add documentation for interactive snapshot mode (#5291)[jest-editor-support]
Add watchAll flag (#5523)[jest-cli]
Support multiple glob patterns forcollectCoverageFrom
(#5537)[docs]
Add versioned documentation to the website (#5541)