babel-jest
Advanced tools
Comparing version 26.0.0-alpha.0 to 26.0.0-alpha.1
@@ -123,5 +123,7 @@ 'use strict'; | ||
const createTransformer = (inputOptions = {}) => { | ||
const createTransformer = userOptions => { | ||
var _inputOptions$plugins, _inputOptions$presets; | ||
const inputOptions = | ||
userOptions !== null && userOptions !== void 0 ? userOptions : {}; | ||
const options = { | ||
@@ -128,0 +130,0 @@ ...inputOptions, |
{ | ||
"name": "babel-jest", | ||
"description": "Jest plugin to use babel for transformation.", | ||
"version": "26.0.0-alpha.0", | ||
"version": "26.0.0-alpha.1", | ||
"repository": { | ||
@@ -14,4 +14,4 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/transform": "^26.0.0-alpha.0", | ||
"@jest/types": "^26.0.0-alpha.0", | ||
"@jest/transform": "^26.0.0-alpha.1", | ||
"@jest/types": "^26.0.0-alpha.1", | ||
"@types/babel__core": "^7.1.7", | ||
@@ -37,3 +37,3 @@ "babel-plugin-istanbul": "^6.0.0", | ||
}, | ||
"gitHead": "ba962e7e9669a4a2f723c2536c97462c8ddfff2d" | ||
"gitHead": "2bac04ffb8e533d12a072998da5c3751a41b796f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10971
273