Skip to content

Commit a34e5c0

Browse files
committed
docs(angular): clarify process for adding new test app
1 parent ed76218 commit a34e5c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/angular/testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ As we add support for new versions of Angular, we will also need to update this
8888
2. Update the application by following the steps on https://update.angular.io/.
8989
3. Make note of any files that changed during the upgrade (`package.json`, `package-lock.json`, `angular.json`, etc).
9090
4. Copy the changed files to a new directory in `apps`.
91+
- Do NOT copy the entire directory. The `test/base` directory contains shared files between all major versions. Only files that are different than previous major versions should be copied to the new directory in `apps`.
9192
5. Add a new entry to the matrix for `test-core-angular` in `./github/workflows/build.yml`. This will allow the new test app to run against all PRs.
9293
6. Commit these changes and push.
9394

0 commit comments

Comments
 (0)