Skip to content

Instantly share code, notes, and snippets.

View lotif's full-sized avatar
👻

Marcelo Lotif lotif

👻
View GitHub Profile
@lotif
lotif / integrationTests.js
Last active June 17, 2017 02:08
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'