Skip to content

Instantly share code, notes, and snippets.

@christopherkade
Last active April 2, 2019 07:43
Show Gist options
  • Save christopherkade/f5f2e83fa0743f7c47d4b31c81e02da6 to your computer and use it in GitHub Desktop.
Save christopherkade/f5f2e83fa0743f7c47d4b31c81e02da6 to your computer and use it in GitHub Desktop.
Unit testing example 04
// /src/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