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

6 lines
147 B
Text

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