Describe the issue
Issue while running tests from terminal eg. "npm run test : 1"
Getting error message "0-matches" for test
The paths for tests are not completely defined
To reproduce
npm i
npm install jest --save-dev
"scripts": {
"test": "jest"
}
Expected Outcome
The result for test (pass or fail) should be the output instead of error message
Screenshot

Describe the issue
Issue while running tests from terminal eg. "npm run test : 1"
Getting error message "0-matches" for test
The paths for tests are not completely defined
To reproduce
Expected Outcome
The result for test (pass or fail) should be the output instead of error message
Screenshot