Skip to content

Instantly share code, notes, and snippets.

@vitkon
Created February 19, 2018 00:01
Show Gist options
  • Save vitkon/07f77683042cdd183aa366e9fdf2f904 to your computer and use it in GitHub Desktop.
Save vitkon/07f77683042cdd183aa366e9fdf2f904 to your computer and use it in GitHub Desktop.

Revisions

  1. vitkon created this gist Feb 19, 2018.
    4 changes: 4 additions & 0 deletions setupTests.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    import { configure } from 'enzyme';
    import * as Adapter from 'enzyme-adapter-react-16';

    configure({ adapter: new Adapter() });