angular/integration/platform-server/BUILD.bazel
Jessica Janiuk 0b23ad7f56 test(core): add size tracking test for hydration apps (#49955)
This adds test to track size regressions when
hydration is enabled.

PR Close #49955
2023-04-24 09:57:52 -07:00

11 lines
264 B
Text

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",
)