Adding new barebones lib with @nrwl/angular schematic and affected test #8858
andrewgremlich
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have something that I need explained to me so that I may understand it if anyone may help. And if it turns out this is a bug, I'll be glad to convert it. But most likely I may be missing something.
When adding a new barebones lib with schematic
@nrwl/angular
and runningnx affected:test
, that will cause all the tests in the repository to run.@nrwl/angular
is at version 13.5.2.The affected files would be...
The implicit dependencies in
nx.json
currently look like the following code block. As far as I am aware of, the current configuration of implicit dependencies wouldn't determine all the tests to run in the repository becausepackage.json
nor.eslintrc.json
were affected.Beta Was this translation helpful? Give feedback.
All reactions