![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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 39,184 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.