mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 PR Close #60643
6 lines
132 B
Text
6 lines
132 B
Text
load("//integration:index.bzl", "ng_integration_test")
|
|
|
|
ng_integration_test(
|
|
name = "test",
|
|
track_payload_size = "defer",
|
|
)
|