jest-environment-jsdom
Advanced tools
Changelog
jest 13.1.0
test
global function as an alias for it
.coveragePathIgnorePatterns
to the config.--verbose
option and top level it
calls.require('jest-check')
.jest.deepUnmock
.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()
.