When running "npm test" to test the repository locally, I got the error
'jest' is not recognized as an internal or external command
I solved the issue by installing jest and jest-config-accurapp
The dependencies should be installed in order to run the tests
When running "npm test" to test the repository locally, I got the error
'jest' is not recognized as an internal or external commandI solved the issue by installing jest and jest-config-accurapp
The dependencies should be installed in order to run the tests