redux-testkit
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "redux-testkit", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Test kit for redux", | ||
@@ -38,4 +38,6 @@ "author": "Yedidya Kennard <yedidyak@gmail.com>", | ||
"eslint-plugin-react-native": "^1.0.0", | ||
"babel-eslint": "^6.0.4" | ||
"babel-eslint": "^6.0.4", | ||
"redux": "^3.6.0", | ||
"redux-thunk": "^2.2.0" | ||
} | ||
} |
@@ -102,3 +102,3 @@ # redux-testkit | ||
Uou can enforce immutability by using immutability libraries, but those often have a performance impact. | ||
You can enforce immutability by using immutability libraries, but those often have a performance impact. | ||
@@ -105,0 +105,0 @@ `ReducerTest` offers a test absed new way of enforcing immutability, and syntactic sugar for testing redcuers. |
import {ActionTest} from './ActionTest'; | ||
import {ReducerTest} from './ReducerTest'; | ||
import * as WaitForAsyncsMiddleware from './WaitForAsyncsMiddleware'; | ||
module.exports = {ActionTest, ReducerTest}; | ||
module.exports = {ActionTest, ReducerTest, WaitForAsyncsMiddleware}; |
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
111064
14
395
18