mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0b23ad7f56
This adds test to track size regressions when hydration is enabled. PR Close #49955
12 lines
264 B
Python
12 lines
264 B
Python
load("//integration:index.bzl", "ng_integration_test")
|
|
|
|
ng_integration_test(
|
|
name = "test",
|
|
setup_chromium = True,
|
|
track_payload_paths = [
|
|
"/standalone/browser",
|
|
"/ngmodule/browser",
|
|
],
|
|
track_payload_size = "platform-server",
|
|
)
|