import VideoPlayer from '../VideoPlayer' describe('VideoPlayer', () => { it('loads without crashing', () => { expect(VideoPlayer).toBeDefined() }) })