angular/integration/standalone-bootstrap/BUILD.bazel
Andrew Kushnir db08558c3b test(core): remove obsolete integration tests (#60594) (#60643)
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
2025-03-31 17:55:39 +00:00

6 lines
147 B
Text

load("//integration:index.bzl", "ng_integration_test")
ng_integration_test(
name = "test",
track_payload_size = "standalone-bootstrap",
)