Skip to content

Instantly share code, notes, and snippets.

@15Dkatz
Created January 21, 2018 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 15Dkatz/a9c04309d27e575819fc3ddbe05317c2 to your computer and use it in GitHub Desktop.
Save 15Dkatz/a9c04309d27e575819fc3ddbe05317c2 to your computer and use it in GitHub Desktop.
Parcel-react-jest - setupTests.js
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
configure({ adapter: new Adapter() });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment