https://github.com/angular/angular
Raw File
Tip revision: ded96ca6cb3484414cd01d48e2fb11a5fd74accc authored by Andrew Scott on 23 February 2022, 20:50:34 UTC
release: cut the v14.0.0-next.4 release (#45184)
Tip revision: ded96ca
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

ng_integration_test(
    name = "test",
    setup_chromium = True,
    track_payload_size = "forms",
)
back to top