babel-plugin-jest-hoist
Advanced tools
Comparing version 24.0.0 to 24.1.0
@@ -81,3 +81,3 @@ 'use strict'; | ||
blacklist: ['TypeAnnotation', 'TSTypeAnnotation'] | ||
blacklist: ['TypeAnnotation', 'TSTypeAnnotation', 'TSTypeReference'] | ||
}; | ||
@@ -84,0 +84,0 @@ const FUNCTIONS = Object.create(null); |
{ | ||
"name": "babel-plugin-jest-hoist", | ||
"version": "24.0.0", | ||
"version": "24.1.0", | ||
"repository": { | ||
@@ -14,3 +14,3 @@ "type": "git", | ||
"main": "build/index.js", | ||
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" | ||
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" | ||
} |
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
7209