mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Narrows down the versions of TypeScript we need to support. BREAKING CHANGE: * TypeScript versions less than 5.8 are no longer supported. PR Close #60197
10 lines
234 B
Text
10 lines
234 B
Text
load("//integration:index.bzl", "ng_integration_test")
|
|
|
|
ng_integration_test(
|
|
name = "test",
|
|
setup_chromium = True,
|
|
track_payload_paths = [
|
|
"/browser",
|
|
],
|
|
track_payload_size = "platform-server-hydration",
|
|
)
|