reducer-test-utils
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "reducer-test-utils", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -30,3 +30,3 @@ # Reducer-Test-Utils | ||
{ type: Action.SUB_2 }, | ||
(state) => expect(state).toEqual(4), | ||
(state) => expect(state).toMatchSnapshot(), | ||
)(initialState); | ||
@@ -33,0 +33,0 @@ }); |
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
11993