import {shallow} from 'enzyme'; import React from 'react'; import AddActorPopup from './AddActorPopup'; describe('', function () { it('renders without crashing ', function () { const wrapper = shallow(); wrapper.unmount(); }); // it('simulate change to other page', function () { // const wrapper = shallow(); // // console.log(wrapper.find('PopupBase').dive().debug()); // // // console.log(wrapper.debug()); // }); });