jest: not found
Author: JohnnasimbaCreated Jan 8, 2023Updated Jan 8, 2023
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.
Source: coryhouse/react-slingshot