mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
db3a90191f
This integration app also contains the size-tracking build setup to measure the payload size of `@defer` feature. PR Close #52065
8 lines
159 B
Python
8 lines
159 B
Python
load("//integration:index.bzl", "ng_integration_test")
|
|
|
|
ng_integration_test(
|
|
name = "test",
|
|
setup_chromium = True,
|
|
track_payload_size = "defer",
|
|
)
|