Constructs project tests configuration.
Configured project.
Whether options generated automatically prior to applying custom ones.
true
by default.
Jest API instance.
Promise resolved to customized Jest options.
Configured project.
Test runner.
Test may be run either with swc
, or with ts-jest
.
Replaces custom Rollup options with autogenerated ones.
Clears custom options, and forces automatic generation.
Jest options extending autogenerated ones.
Updated instance.
Protected
cloneExtends Jest options.
Jest options extending previous ones.
Updated instance instance.
Gains actual development tools host from the project.
Replaces Jest options with custom ones.
Clears custom options, and prevents automatic generation.
Jest options to apply.
Updated instance.
Static
loadLoads Jest configuration from ESM module.
If configuration file found, its options replace the default ones. Default configuration returned otherwise.
Configured project.
Jest configuration URL relative to project root. Defaults to ./jest.config.js
.
Loaded configuration.
Static
ofGains Jest configuration of the project.
Respects defaults.
Configured project.
Jest configuration instance.
Configuration of project tests utilizing Jest.