
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
@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
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.