Skip to content

Instantly share code, notes, and snippets.

@hdsenevi
Last active December 13, 2018 13:20
Show Gist options
  • Save hdsenevi/0d8d15bf1c18df67e2ff163d9ed16f8f to your computer and use it in GitHub Desktop.
Save hdsenevi/0d8d15bf1c18df67e2ff163d9ed16f8f to your computer and use it in GitHub Desktop.
Article helper gist for "Unit testing in React Native with Jest and Enzyme" (https://github.com/hdsenevi/react-native-unit-testing-recipes)
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
Enzyme.configure({ adapter: new Adapter() });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment