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