mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8630dc8149
This commit introduces integration tests for hydration and event reply functionalities. Additionally, it implements a payload size check for the `event-dispatch-contract.min.js`. PR Close #55708
11 lines
234 B
Python
11 lines
234 B
Python
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",
|
|
)
|