https://github.com/angular/angular
Raw File
Tip revision: 89f28b668cc177435cc9c97996315bf16a04b9c3 authored by Dylan Hunn on 31 July 2024, 17:21:28 UTC
release: cut the v18.2.0-next.3 release
Tip revision: 89f28b6
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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