https://github.com/angular/angular
Raw File
Tip revision: a114ebad7e8f2a3074ef13d0f010920f9da2bcf2 authored by Alex Rickabaugh on 12 June 2024, 23:24:00 UTC
release: cut the v18.1.0-next.2 release
Tip revision: a114eba
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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