jest-mock
Advanced tools
Changelog
jest-cli 12.1.0
jest
package on npm.testRegex
to match for tests outside of specific folders. Deprecated both testDirectoryName
and testFileExtensions
.it
can now return a Promise for async testing. pit
was deprecated.jest-resolve
as a standalone package based on the Facebook module resolution algorithm.jest-changed-files
as a standalone package to detect changed files in a git or hg repo.--setupTestFrameworkFile
to cli.module.filename
and removed the invalid module.__filename
field.lastCalledWith
and toBeCalledWith
custom matchers. They now print the most recent calls.Changelog
jest-cli 12.0.2
Changelog
jest-cli 12.0.0
node-haste
as jest-haste-map
: https://github.com/facebook/jest/pull/896Object.create(null)
.--silent
flag to silence console messages during a test run.module.paths
.Changelog
jest-cli 11.0.2
jest -o
error when Mercurial isn't installed on the system