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