Advertisement
Guest User

Untitled

a guest
May 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import configureStore from 'redux-mock-store';
  2.  
  3. const configureMockStore = configureStore();
  4.  
  5. const initialState = {
  6. product: {
  7. title: 'title',
  8. description 'description',
  9. }
  10. }
  11.  
  12. const store = configureMockStore(initialState);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement