https://github.com/angular/angular
Raw File
Tip revision: 182138e74bd39c7b4fd152368fa6e3087b20cc86 authored by Jessica Janiuk on 05 June 2024, 19:02:16 UTC
release: cut the v17.3.11 release
Tip revision: 182138e
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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