babel-plugin-jest-hoist
Advanced tools
Comparing version 27.0.6 to 27.2.0
{ | ||
"name": "babel-plugin-jest-hoist", | ||
"version": "27.0.6", | ||
"version": "27.2.0", | ||
"repository": { | ||
@@ -37,3 +37,3 @@ "type": "git", | ||
}, | ||
"gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9" | ||
"gitHead": "b05635c539f8f673dfed5bf05ea727a8d5d7bbe2" | ||
} |
# babel-plugin-jest-hoist | ||
Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest). | ||
Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/main/packages/babel-jest). | ||
@@ -5,0 +5,0 @@ ## Installation |
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
13452