Skip to content

Instantly share code, notes, and snippets.

@trinwin
Created August 1, 2020 23:34
Show Gist options
  • Save trinwin/079c553f4f21c797876e6a9386954377 to your computer and use it in GitHub Desktop.
Save trinwin/079c553f4f21c797876e6a9386954377 to your computer and use it in GitHub Desktop.
const enzyme = require('enzyme');
const Adapter = require('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