https://github.com/angular/angular
Raw File
Tip revision: 2d20c4a25b606d31fd73e8fa26863797ddda7893 authored by Jessica Janiuk on 31 January 2024, 19:26:41 UTC
release: cut the v17.2.0-next.1 release
Tip revision: 2d20c4a
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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