babel-plugin-jest-hoist
Advanced tools
Comparing version 24.0.0-alpha.9 to 24.0.0-alpha.10
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { | ||
value: true | ||
}); | ||
exports.default = void 0; | ||
/** | ||
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | ||
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. | ||
* | ||
@@ -170,3 +175,3 @@ * This source code is licensed under the MIT license found in the | ||
module.exports = () => { | ||
var _default = () => { | ||
const isJest = callee => | ||
@@ -203,1 +208,3 @@ callee.get('object').isIdentifier(JEST_GLOBAL) || | ||
}; | ||
exports.default = _default; |
{ | ||
"name": "babel-plugin-jest-hoist", | ||
"version": "24.0.0-alpha.9", | ||
"version": "24.0.0-alpha.10", | ||
"repository": { | ||
@@ -13,3 +13,3 @@ "type": "git", | ||
"main": "build/index.js", | ||
"gitHead": "c7caa7ba5904d0c61e586694cde5f536639e4afc" | ||
"gitHead": "722049ccd66947d48296dcb666bc99fccab86065" | ||
} |
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
7394
189