angular/integration/typings_test_ts58/BUILD.bazel
Joey Perrott bc4091ec44 build: migrate integration tests to use @devinfra dependencies (#62302)
Use @devinfra// dependencies for integration tests

PR Close #62302
2025-06-27 07:19:18 +00:00

9 lines
307 B
Text

load("//integration:index.bzl", "ng_integration_test")
ng_integration_test(
name = "test",
# Special case for `typings_test_ts58` test as we want to pin
# `typescript` at version 5.8.x for that test and not link to the
# root typescript package.
pinned_npm_packages = ["typescript"],
)