Revision 58ee039d5ed1e172f279b035287cc954a880dee3 authored by Andrew Scott on 24 July 2024, 17:49:03 UTC, committed by Andrew Scott on 24 July 2024, 17:53:25 UTC
1 parent 3d0ee73
Raw File
BUILD.bazel
load("//integration:index.bzl", "ng_integration_test")

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