https://github.com/angular/angular
Raw File
Tip revision: d1762c78afdc22974ed755754b08fb57d8732976 authored by Andrew Scott on 12 January 2022, 18:47:32 UTC
release: cut the v13.1.2 release (#44698)
Tip revision: d1762c7
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

ng_integration_test(
    name = "test",
    setup_chromium = True,
    track_payload_size = "cli-hello-world",
)
back to top