This is my __tests__/App.js file:
__tests__/App.js
import React from \'react\'; import ReactDOM from \'react-dom\'; import App from \'../src/containers/App\'; it(\'
In the package.json if using jest
"scripts":{ "test": "jest --env=jsdom" }