'VSCode Node Debug Error: 'Error: Could not resolve a module for a custom reporter. Module name: jest-junit'
I am trying to set up unit testing for a VSCode project that I am working on using jest and can't seem to get past this error.
Python version: 8.9.0 Jest version: 13.2.0
In my Jest launch configuration I have it configured to use -c "${workspaceFolder}/jest.config.js" and my jest.config.js file is configured to use reporters: ['default', 'jest-junit']
I was working with another member of my team who is using Python 8.5.0 and jest 12.2.0 and unit testing is working fine for him so we were thinking that there might be some version issues going on here but aren't exactly sure.
Any/all help is greatly appreciated- Bill
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
