Skip to content

Instantly share code, notes, and snippets.

@timgivois
Created July 28, 2019 03:03
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 timgivois/ef7d9568f7b91c3e42e7a89f48141cb2 to your computer and use it in GitHub Desktop.
Save timgivois/ef7d9568f7b91c3e42e7a89f48141cb2 to your computer and use it in GitHub Desktop.
var enzyme = require('enzyme');
var 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