babel-plugin-jest-hoist
Advanced tools
Comparing version 24.0.0-alpha.10 to 24.0.0-alpha.11
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { | ||
value: true | ||
}); | ||
exports.default = void 0; | ||
/** | ||
@@ -175,3 +170,3 @@ * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. | ||
var _default = () => { | ||
module.exports = () => { | ||
const isJest = callee => | ||
@@ -208,3 +203,1 @@ callee.get('object').isIdentifier(JEST_GLOBAL) || | ||
}; | ||
exports.default = _default; |
{ | ||
"name": "babel-plugin-jest-hoist", | ||
"version": "24.0.0-alpha.10", | ||
"version": "24.0.0-alpha.11", | ||
"repository": { | ||
@@ -13,3 +13,3 @@ "type": "git", | ||
"main": "build/index.js", | ||
"gitHead": "722049ccd66947d48296dcb666bc99fccab86065" | ||
"gitHead": "6a066c6afe2ae08669a27d3b703a6cf0d898e7b7" | ||
} |
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
7275
184