There was an error while loading. Please reload this page.
1 parent 348f076 commit dbce2c2Copy full SHA for dbce2c2
packages/react-scripts/template/src/pages/root/Root.test.js
@@ -4,5 +4,5 @@ import Root from './Root';
4
5
it('renders without crashing', () => {
6
const div = document.createElement('div');
7
- ReactDOM.render(<App />, div);
+ ReactDOM.render(<Root />, div);
8
});
0 commit comments