Skip to content

Instantly share code, notes, and snippets.

@lotif
Last active June 17, 2017 02:08
Show Gist options
  • Save lotif/999f0c55fea6d38556dfcd3ca1c4f1df to your computer and use it in GitHub Desktop.
Save lotif/999f0c55fea6d38556dfcd3ca1c4f1df to your computer and use it in GitHub Desktop.
integration test - imports
import React from 'react';
import { Provider } from 'react-redux';
import { mount } from 'enzyme';
import myReducer from '../src/reducers';
// make sure to import your connected component, not your react class
import MyComponent from '../src/components/MyComponent'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment