![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@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.
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 0 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.