Skip to content

Commit dbce2c2

Browse files
committed
Fixing jade tests
1 parent 348f076 commit dbce2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/src/pages/root/Root.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import Root from './Root';
44

55
it('renders without crashing', () => {
66
const div = document.createElement('div');
7-
ReactDOM.render(<App />, div);
7+
ReactDOM.render(<Root />, div);
88
});

0 commit comments

Comments
 (0)