https://github.com/angular/angular
Raw File
Tip revision: 1a8aa9ddfa899ef95a8b3445b76d27406c7f26e7 authored by Andrew Kushnir on 23 August 2023, 17:39:47 UTC
release: cut the v17.0.0-next.1 release
Tip revision: 1a8aa9d
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

ng_integration_test(
    name = "test",
    # Special case for `typings_test_ts49` test as we want to pin
    # `typescript` at version 4.9.x for that test and not link to the
    # root @npm//typescript package.
    pinned_npm_packages = ["typescript"],
)
back to top