import React from 'react'; import {shallow} from 'enzyme' import PageTitle from "./PageTitle"; describe('', function () { it('renders without crashing ', function () { const wrapper = shallow(); wrapper.unmount(); }); });