https://github.com/angular/angular
Raw File
Tip revision: d9a4ca642d9c8cce346a2dcfdafaf733951cc058 authored by Andrew Kushnir on 26 July 2023, 16:08:17 UTC
release: cut the v16.2.0-next.4 release
Tip revision: d9a4ca6
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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