We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770fdf4 commit 9af0422Copy full SHA for 9af0422
packages/react-scripts/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