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
I have the same issue and placing this in my package.json file worked for me:
package.json
"jest": { "verbose": true, "testURL": "http://localhost/" }