import React from 'react'; import Modal from './Modal'; describe('Modal', () => { it('renders without error', () => { }); });