jest-watcher
Advanced tools
Changelog
23.4.0
[jest-haste-map]
Add computeDependencies
flag to avoid opening files if not needed (#6667)[jest-runtime]
Support require.resolve.paths
(#6471)[jest-runtime]
Support paths
option for require.resolve
(#6471)[jest-runner]
Force parallel runs for watch mode, to avoid TTY freeze (#6647)[jest-cli]
properly reprint resolver errors in watch mode (#6407)[jest-cli]
Write configuration to stdout when the option was explicitly passed to Jest (#6447)[jest-cli]
Fix regression on non-matching suites (6657)[jest-runtime]
Roll back micromatch
version to prevent regression when matching files (#6661)Changelog
23.2.0
[jest-each]
Add support for keyPaths in test titles (#6457)[jest-cli]
Add jest --init
option that generates a basic configuration file with a short description for each option (#6442)[jest.retryTimes]
Add jest.retryTimes()
option that allows failed tests to be retried n-times when using jest-circus. (#6498)[docs]
Fixed error in documentation for expect.not.arrayContaining(array). (#6491)[jest-cli]
Add check to make sure one or more tests have run before notifying when using --notify
(#6495)[jest-cli]
Pass globalConfig
as a parameter to globalSetup
and globalTeardown
functions (#6486)[jest-config]
Add missing options to the defaults
object (#6428)[expect]
Using symbolic property names in arrays no longer causes the toEqual
matcher to fail (#6391)[expect]
toEqual
no longer tries to compare non-enumerable symbolic properties, to be consistent with non-symbolic properties. (#6398)[jest-util]
console.timeEnd
now properly log elapsed time in milliseconds. (#6456)[jest-mock]
Fix MockNativeMethods
access in react-native jest.mock()
(#6505)[jest-cli]
Fix reporters
for moduleName
= 'default'
(#6542)[docs]
Add jest-each docs for 1 dimensional arrays (#6444)