a1d0396c55
ng_update_migrations will still access the global yarn cache on its `ng update` call and there is no way to avoid this that I can see but if no other integration tests access the global yarn cache then that one test can have free reign over it. PR Close #35877 |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
package.json | ||
test.ts | ||
tsconfig.json | ||
yarn.lock |
README.md
Angular Elements Schematics Tests
This directory is an integration test for @angular/elements
schematics. To ensure
that the elements schematics do work and leave the application in a working state.
To use the tests:
- Use
yarn install
to install all dependencies in this directory and in the Angular repo root directory. - Build an Angular distribution with
yarn build-dist
. This needs to be done after changes to Angular, but not after changes to integration tests. This is an expensive build. - In this directory, run the integration tests with
yarn test
.