https://github.com/angular/angular
Raw File
Tip revision: 37dcc8d0eb2cecfe703ec7f2e7982b7d96126e8e authored by Pawel Kozlowski on 10 July 2024, 12:46:59 UTC
release: cut the v18.0.7 release
Tip revision: 37dcc8d
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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