![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.
jest-jspm-es5
Advanced tools
This library is a backport of (https://github.com/yoavniran/jest-jspm) because I needed it on older versions of NodeJS that didn't support some of the newer ES6 syntax that was being used. If you don't run an older version of Node it probably makes more sense to use that version of the library.
A Helper to generate Jest configuration for a JSPM/SystemJS based application. Since System JS applies its own logic for how to resolve dependencies Jest cannot locate them while running. This library helps you test your app with Jest by generating the correct mappings configuration Jest understands.
Gulp users see: gulp-jest-jspm-es5
Install:
$ npm install --save-dev jest-jspm-es5
In your code:
import makeJestConfig from "jest-jspm-es5";
const jestConfig = makeJestConfig({
//...options
});
The options accepted by the make method are:
jestConfig - config object or string path to config json file (default: {})
jestOptions - config object passed to the Jest-CLI (for example {debug: true}) (default: undefined)
systemJs - location of system js (default: "./jspm_packages/system")
sjsConfigFile - location of System JS config file (default: "./config")
loadSjsConfFile - whether to load the System JS config file (default: true)
jspmPackages - location of jspm packages (default: "./jspm_packages")
nodeModules - location of node modules dir (default: "./node_modules")
displayWarnings - whether the plugin will output warnings to console (default: false)
FAQs
converts jspm aliasing config into jest mapping config
The npm package jest-jspm-es5 receives a total of 2 weekly downloads. As such, jest-jspm-es5 popularity was classified as not popular.
We found that jest-jspm-es5 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.