* Remove await on GetFileDiff Progress towards #28 * n roots instead of 2n * Lint * Trying something with portals * Portal component, one root * Fix element clean up, prep for later tasks
7 lines
155 B
TypeScript
7 lines
155 B
TypeScript
import { render } from '@testing-library/react'
|
|
import { CadDiff } from './CadDiff'
|
|
|
|
it('renders the CAD diff element', () => {
|
|
render(<CadDiff />)
|
|
})
|