https://github.com/angular/angular
Raw File
Tip revision: 29ecb398952d6a47af09a1ee9e87dcece72844c9 authored by Andrew Kushnir on 20 June 2024, 19:04:34 UTC
release: cut the v18.1.0-next.3 release
Tip revision: 29ecb39
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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