We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552d21f commit f067c44Copy full SHA for f067c44
template/src/App.test.js
@@ -5,4 +5,5 @@ import App from './App';
5
it('renders without crashing', () => {
6
const div = document.createElement('div');
7
ReactDOM.render(<App />, div);
8
+ ReactDOM.unmountComponentAtNode(div);
9
});
0 commit comments