https://github.com/angular/angular
Raw File
Tip revision: 99bf2cd524f991668b41a9634a4d0aa2389e90d7 authored by Andrew Kushnir on 08 May 2024, 15:42:24 UTC
release: cut the v17.3.8 release
Tip revision: 99bf2cd
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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