jest-redux-thunk
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -29,3 +29,5 @@ "use strict"; | ||
} | ||
var matchingActionTypeCalls = calls.filter(function (call) { return call[0].type === expectedAction.type; }); | ||
var matchingActionTypeCalls = calls.filter(function (call) { | ||
return call[0] != null && call[0].type === expectedAction.type; | ||
}); | ||
if (matchingActionTypeCalls.length === 0) { | ||
@@ -32,0 +34,0 @@ return { |
{ | ||
"name": "jest-redux-thunk", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/mcMickJuice/jest-redux-thunk", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32043
662
0