mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
9 lines
313 B
Text
9 lines
313 B
Text
load("//integration:index.bzl", "ng_integration_test")
|
|
|
|
ng_integration_test(
|
|
name = "test",
|
|
# Special case for `typings_test_ts52` test as we want to pin
|
|
# `typescript` at version 5.2.x for that test and not link to the
|
|
# root @npm//typescript package.
|
|
pinned_npm_packages = ["typescript"],
|
|
)
|