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
You shouldn't need to install jest-cli yourself. It should come out of the box.
Try the following:
npm install
yarn install