I already have an application created with create-react-app package.
I found a bug with the version of Jest which is 15.1.1. But I realized that in version 16 the bug is gone.
How to update Jest?
My problem is in the package.json of application there is no Jest package.
Jest is in other folder: node_modules/react-scripts.