-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL: in watch mode coverageMap is {} => Unknown% (0/0) #551
Comments
thanks for bringing this to our attention, there are a few things I saw here:
to conclude: 1, 2 and 3 are issues we can definitely address within |
@connectdotz thank you for your fast response. When I add a test and try jest with
Interestingly |
Environment
node -v
: v12.14.1npm -v
: v6.13.6npm ls jest
: [email protected]your vscode-jest settings if customized:
Operating system: WSL: Debian
Prerequisite
npm run test
Steps to Reproduce
clone https://github.com/baslr/node-template while in WSL: Debian
connect with VSCode to the repository, install extension
orta.vscode-jest
reload VSCode and run
Jest: Toggle Coverage Overlay
Relevant Debug Info
Expected Behavior
visual code coverage and coverage summary should not be Unknown% (0/0)
Actual Behavior
for reference #433
--ci
does not help.The text was updated successfully, but these errors were encountered: