Published
- 1 min read
could not resolve a module for a custom reporter. module name jest-junit
The solution for this is noted below
could not resolve a module for a custom reporter. module name jest-junit
Solution
npm install jest --save-dev
npm install jest-junit --save-dev
Try other methods by searching on the site. That is if this doesn’t work