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