https://github.com/angular/angular
Raw File
Tip revision: 98de185e53212e02fe4d9c09c3c5e0a5cdd4e54d authored by Joey Perrott on 07 May 2024, 19:20:04 UTC
WIP
Tip revision: 98de185
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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