Skip to content

Commit bdfeefe

Browse files
committed
test(@angular-devkit/build-angular): add VE integration test
1 parent 14e0b73 commit bdfeefe

39 files changed

+671
-1534
lines changed

integration/build_angular/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ INTEGRATION_TESTS = [
2525
"protractor",
2626
"server",
2727
"tslint",
28+
"browser-1-ve",
29+
"browser-2-ve",
30+
"browser-3-ve",
31+
"browser-4-ve",
32+
"server-ve",
33+
"extract-i18n-ve",
2834
]
2935

3036
[

integration/build_angular/hello-world-app-ve/.editorconfig

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

integration/build_angular/hello-world-app-ve/.gitignore

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

integration/build_angular/hello-world-app-ve/README.md

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

integration/build_angular/hello-world-app-ve/angular.json

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

integration/build_angular/hello-world-app-ve/browserslist

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

integration/build_angular/hello-world-app-ve/e2e/app.e2e-spec.ts

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

integration/build_angular/hello-world-app-ve/e2e/app.po.ts

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

integration/build_angular/hello-world-app-ve/e2e/tsconfig.e2e.json

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

integration/build_angular/hello-world-app-ve/karma.conf.js

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

integration/build_angular/hello-world-app-ve/protractor.conf.js

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

integration/build_angular/hello-world-app-ve/src/app/app.component.css

Whitespace-only changes.

integration/build_angular/hello-world-app-ve/src/app/app.component.html

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

0 commit comments

Comments
 (0)