jest-runtime
Advanced tools
Changelog
jest 15.1.1
testEnvironment
resolution.Changelog
jest 15.1.0
jest-runtime
overwrites automocking from configuration files.Changelog
jest 15.0.1
--bail
option.Changelog
jest 15.0.0
.spec.js
and .test.js
as test files.--env
option to override the default test environment.--watchAll
, made --watch
interactive and added the ability to update snapshots and select test patterns in watch mode.testEnvironment
resolution to prefer jest-environment-{name}
instead of {name}
only. This prevents a module collision when using jsdom
as test environment.moduleNameMapper
now uses a resolution algorithm.global.global
to the node environment.mock
.collectCoverageFrom
to collect code coverage from untested files.