Commit f09e669
committed
build: generate a new app in ng new test (#27062)
Currently the `ng new` integration test uses a pre-generated app which we need to keep up to date. This can cause us to miss changes in the project structure between CLI versions.
These changes switch to generating the project on-the-fly and adding Material to it instead.
I've only done this for the standalone test to verify the approach, but it should be applied to the `ng add` test as well.
(cherry picked from commit 9b0d9fd)1 parent 449bc4e commit f09e669
File tree
19 files changed
+19
-693
lines changed- integration/ng-add-standalone
- src
- app
- assets
19 files changed
+19
-693
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
22 | 41 | | |
23 | 42 | | |
24 | 43 | | |
| |||
This file was deleted.
File renamed without changes.
0 commit comments