UNPKG
redux-test-utils
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Test utils to simplify mocking for redux.
Knegusen/redux-test-utils
redux-test-utils
/
dist
/
index.d.ts
3 lines
(2 loc)
•
112 B
TypeScript
View Raw
1
2
3
export
{ createMockStore }
from
'./utils/StoreMock'
;
export
{ createMockDispatch }
from
'./utils/DispatchMock'
;