https://github.com/angular/angular
Raw File
Tip revision: fe81ff8cd6948bea5a6212721ea920a8572248e1 authored by Alex Rickabaugh on 04 October 2023, 21:27:05 UTC
release: cut the v17.0.0-next.7 release
Tip revision: fe81ff8
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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