mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
13c819bad2
This commit removes a number of obsolete integration tests and also removes some e2e tests for a few remianing apps, since they are not adding value, but cause extra time to spend on CI. PR Close #60594
7 lines
142 B
Python
7 lines
142 B
Python
load("//integration:index.bzl", "ng_integration_test")
|
|
|
|
ng_integration_test(
|
|
name = "test",
|
|
track_payload_size = "cli-hello-world",
|
|
)
|