coryhouse / react-slingshot

React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in
MIT License
9.75k stars 2.95k forks source link

jest: not found #749

Open Johnnasimba opened 1 year ago

Johnnasimba commented 1 year ago

I have encountered an issue when running tests in my CI pipeline. The jest package is not found, resulting in an error. I had to install Jest on the test job to resolve this issue. This issue occurred while working on the Udacity DevOps Engineer program, specifically in the exercise that involved creating a CI pipeline.