babel-plugin-mockable-imports
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -8,2 +8,8 @@ # Changelog | ||
## [1.5.2] - 2019-11-04 | ||
- Fix a bug where functions passed to `$imports.$mock` were processed as both | ||
objects and functions | ||
[#16](https://github.com/robertknight/babel-plugin-mockable-imports/pull/16) | ||
## [1.5.1] - 2019-05-29 | ||
@@ -10,0 +16,0 @@ |
@@ -109,2 +109,3 @@ "use strict"; | ||
this.$mock(mocks); | ||
return; | ||
} | ||
@@ -111,0 +112,0 @@ |
{ | ||
"name": "babel-plugin-mockable-imports", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Babel plugin for mocking ES imports", | ||
@@ -39,5 +39,5 @@ "main": "index.js", | ||
"eslint": "^5.16.0", | ||
"mocha": "^6.0.2", | ||
"mocha": "^6.1.4", | ||
"prettier": "1.16.4" | ||
} | ||
} |
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
37769
555