logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

test_setup.js (139B)


  1. import { configure } from 'enzyme';
  2. import Adapter from 'enzyme-adapter-react-16';
  3. const adapter = new Adapter();
  4. configure({ adapter });