作者:李-小-霞_973 | 来源:互联网 | 2023-09-18 18:01
Please make sure you have read the submission guidelines before posting an issue
Prerequisites
- [y] I am running the latest version
- [y] I checked the documentation and found no answer
- [y] I checked to make sure that this issue has not already been filed
- [y] I'm reporting the issue to the correct repository (not related to Angular, AngularCLI or any dependency)
Expected Behavior
1
| yarn affected:test --all |
Runs tests for all libs and watches all libs
Current Behavior
1
| yarn affected:test --all |
Runs tests for all libs and watches only apps
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- Create app with several libs
- set
in karma.conf.js
- run
1
| yarn affected:test --all |
- make change in lib
Context
Please provide any relevant information about your setup:
- version of Nx used - 7.7.2
- version of Angular CLI used - 7.3.1
I want to set development command to watch changes in files and rerun tests during development. I tried many combinations with
and failed. Do I need to run every lib/app test in separate cmd to make it work as I want to ?
该提问来源于开源项目:nrwl/nx
I'm sorry, but I'm going to close this issue.
If the problem persists, could you reopen the issue with a min repro.