They might not all be _quite_ this simple, but the idea holds: ``` it('renders without crashing', () => { const div = document.createElement('div'); ReactDOM.render(<App />, div); }); ```