daffodil
daffodil copied to clipboard
[BUG] `ng test` does not `ngcc` deps
:bug: Bug report
Current Behavior
When running tests with an un-ngcced dist, ngcc will not be automatically run.
Expected Behavior
ngcc will run on demand for lib deps.
Minimal reproduction of the problem with instructions
Run a full build and then run a test suite npx lerna run test --scope=*/category. See that some tests fail.
What is the motivation / use case for changing the behavior?
Seamless toolchain.
Will probably by fixed by #1832