https://github.com/angular/angular
Raw File
Tip revision: 6b83328577867783b242abf07b4edd5eb57ea58f authored by Andrew Scott on 07 November 2023, 00:04:22 UTC
release: cut the v17.0.0-rc.3 release
Tip revision: 6b83328
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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