-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
vanillia nx angular project does not run tests in VSCode #3507
Comments
@Cammisuli can you reply? |
You can try this launch.json, just change path to appropriate config files |
@FrozenPandaz is there any possibility now to have common code coverage calculated? |
@Lonli-Lokli You should be able to just run |
@Cammisuli It cannot find references to customized via paths libraries, I believe due to this in root jest.config.js |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
I've created a standard nx project and then installed Jest extensions for visual studio code. I've then clicked Debug on one of the tests that were created as part of the project. These fail to run.
entering 'nx test' at the command line shows that the test pass.
Expected Behavior
I want to be able to debug a test
Steps to Reproduce
create a new project using the NX CLI
install the Jest extension for VSCode
Attempt to debug the test.
Note that the component creation fails
Additional information
I've tried following various posts found on the web. Even changed the launch.json to look like this
The text was updated successfully, but these errors were encountered: