Skip to content

Instantly share code, notes, and snippets.

@alanhg
Created October 2, 2019 13:17
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 alanhg/682575eac9fb1bc39a709986cf1ae028 to your computer and use it in GitHub Desktop.
Save alanhg/682575eac9fb1bc39a709986cf1ae028 to your computer and use it in GitHub Desktop.
enzyme-setup.ts
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
// React 16 Enzyme adapter
configure({ adapter: new Adapter() });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment