
Security News
Python Adopts Standard Lock File Format for Reproducible Installs
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
@wordpress/jest-preset-default
Advanced tools
Default Jest preset for WordPress development.
Install the module
npm install @wordpress/jest-preset-default --save-dev
jest.config.json
or jest
field in package.json
{
"preset": "@wordpress/jest-preset-default"
}
moduleNameMapper
- all css
and scss
files containing CSS styles will be stubbed out.modulePaths
- the root dir of the project is used as a location to search when resolving modules.setupFiles
- runs code before each test which sets up global variables required in the testing environment.setupFilesAfterEnv
- runs code which adds improved support for Console
object and React
components to the testing framework before each test.snapshotSerializers
- makes it possible to use snapshot tests on Enzyme
wrappers.testMatch
- includes /test/
subfolder in addition to the glob patterns Jest uses to detect test files. It detects only test files containing .js
(or .ts
) suffix. It doesn't match files with .spec.js
suffix.timers
- use of fake timers for functions such as setTimeout
is enabled.transform
- keeps the default babel-jest transformer.verbose
- each individual test won't be reported during the run.FAQs
Default Jest preset for WordPress development.
The npm package @wordpress/jest-preset-default receives a total of 61,137 weekly downloads. As such, @wordpress/jest-preset-default popularity was classified as popular.
We found that @wordpress/jest-preset-default demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 23 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.