https://github.com/angular/angular
Raw File
Tip revision: a6225a6cdda955e4b33b81384c218ad54f7a702b authored by Dylan Hunn on 22 August 2024, 15:57:04 UTC
release: cut the v18.2.1 release
Tip revision: a6225a6
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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