https://github.com/angular/angular
Raw File
Tip revision: ef961588995164f5b491a9722aa4ed41d1135435 authored by Dylan Hunn on 21 May 2024, 21:27:32 UTC
release: cut the v18.0.0-rc.3 release
Tip revision: ef96158
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

ng_integration_test(
    name = "test",
    setup_chromium = True,
    track_payload_size = "cli-hello-world-ivy-i18n",
)
back to top