react-testing-examples
react-testing-examples copied to clipboard
@testing-library/react
Shouldn't the examples be updated to point to the new scoped path?
react-testing-library has moved to @testing-library/react. Please uninstall react-testing-library and install @testing-library/react instead, or use an older version of react-testing-library. Learn more about this change here: https://github.com/testing-library/dom-testing-library/issues/260 Thanks! :)
They should!
https://react-testing-examples.com/ is wonderful If not too much effort please update to latest @testing-library/react
I find create-react-app includes jest in innards so you do not have to install jest as a binary command globally
https://github.com/kentcdodds/react-testing-library-examples package.json still has "test": "jest", but should be "test": "react-scripts test",
Please make it easy for users like us to use in current context
If not too much effort please update to latest @testing-library/react
A contribution would be appreciated, I'm running low on spare time at the moment.
I find create-react-app includes jest in innards...
I'm don't understand this part. This project doesn't use Create React App, and is unrelated to kentcdodds/react-testing-library-examples.