arnoldclark / front-end-interview

MIT License
2 stars 2 forks source link

Jest is still running in React 17 mode #10

Closed johnmccollum closed 1 year ago

johnmccollum commented 2 years ago

Running tests currently displays a warning:

ReactDOM.render is no longer supported in React 18, use createRoot instead

This can be resolved by running npm i -D @testing-library/react@latest.