https://github.com/angular/angular
Raw File
Tip revision: c71d687db4efff9a2bd05680726f0bab3183b85a authored by Jessica Janiuk on 05 June 2024, 19:53:44 UTC
release: cut the v18.0.2 release
Tip revision: c71d687
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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