import { render } from '@testing-library/react' import { CadDiff } from './CadDiff' it('renders the CAD diff element', () => { render() })