https://github.com/angular/angular
Raw File
Tip revision: d8226de64723a6786878bd0ffd976484613fdb5b authored by Dylan Hunn on 20 April 2022, 21:46:22 UTC
release: cut the v14.0.0-next.14 release (#45704)
Tip revision: d8226de
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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