Skip to content

Instantly share code, notes, and snippets.

@alanhe421
Created October 2, 2019 13:17
Show Gist options
  • Save alanhe421/682575eac9fb1bc39a709986cf1ae028 to your computer and use it in GitHub Desktop.
Save alanhe421/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