babel-preset-jest
Advanced tools
Comparing version 30.0.0-alpha.3 to 30.0.0-alpha.4
@@ -14,2 +14,3 @@ /** | ||
// @babel/core requires us to export a function | ||
module.exports = () => jestPreset; | ||
const jestPresetPlugin = () => jestPreset; | ||
module.exports = jestPresetPlugin; |
{ | ||
"name": "babel-preset-jest", | ||
"version": "30.0.0-alpha.3", | ||
"version": "30.0.0-alpha.4", | ||
"repository": { | ||
@@ -16,3 +16,3 @@ "type": "git", | ||
"dependencies": { | ||
"babel-plugin-jest-hoist": "30.0.0-alpha.3", | ||
"babel-plugin-jest-hoist": "30.0.0-alpha.4", | ||
"babel-preset-current-node-syntax": "^1.0.0" | ||
@@ -29,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "e267aff33d105399f2134bad7c8f82285104f3da" | ||
"gitHead": "32b966f988d47a7673d2ef4b92e834dab7d66f07" | ||
} |
Sorry, the diff of this file is not supported yet
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
2796
13
+ Addedbabel-plugin-jest-hoist@30.0.0-alpha.4(transitive)
- Removedbabel-plugin-jest-hoist@30.0.0-alpha.3(transitive)