I can\'t test an application which was created with create-react-app.
All guides says that test is working by default, but when I try "yarn test", it requir
Add a fresh version of "jest-environment-jsdom" to file "package.json".