When I want to run my project with the command npm run test, I get the error below. What is causing this?
npm run test
FAIL ● Test suite failed to run SecurityE
for me this was solved by upgrading to "jest": "^24.9.0",