https://github.com/angular/angular
Raw File
Tip revision: 4736c6d1333d36938b36961b62754a4ac15a558c authored by Andrew Scott on 17 July 2024, 19:01:06 UTC
release: cut the v17.3.12 release
Tip revision: 4736c6d
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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