jest-changed-files
Advanced tools
Changelog
jest 13.0.0
browser
config option to properly resolve npm packages with a browser field in package.json
if you are writing tests for client side appsjest-repl
.jest-cli
into jest-runtime
and jest-config
.--notify
.TestRunner
into SearchSource
and improved the "no tests found" message.jest.isMockFunction(jest.fn())
to test for mock functions.jest.mock('Module', implementation, {virtual: true})
.toMatchSnapshot()
.