Skip to content

Commit 282c095

Browse files
committed
test: add 20.0-project E2E test asset and update update tests to use it
Update e2e assets (cherry picked from commit 11a4438)
1 parent 9b15fa6 commit 282c095

29 files changed

Lines changed: 280 additions & 181 deletions

tests/e2e/assets/19.0-project/package.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

tests/e2e/assets/19.0-project/src/app/app.component.spec.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

tests/e2e/assets/19.0-project/src/app/app.component.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/e2e/assets/19.0-project/src/app/app.config.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/e2e/assets/19.0-project/src/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/e2e/assets/19.0-project/src/main.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ yarn-error.log
3636
/libpeerconnection.log
3737
testem.log
3838
/typings
39+
__screenshots__/
3940

4041
# System files
4142
.DS_Store
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3+
"recommendations": ["angular.ng-template"]
4+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3+
"version": "0.2.0",
4+
"configurations": [
5+
{
6+
"name": "ng serve",
7+
"type": "chrome",
8+
"request": "launch",
9+
"preLaunchTask": "npm: start",
10+
"url": "http://localhost:4200/"
11+
},
12+
{
13+
"name": "ng test",
14+
"type": "chrome",
15+
"request": "launch",
16+
"preLaunchTask": "npm: test",
17+
"url": "http://localhost:9876/debug.html"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)