angular/integration/platform-server-zoneless/BUILD.bazel
Alan Agius 794522602d test: add integration test for platform-server with zoneless (#61056)
Add an integration test to verify SSR with zoneless

(cherry picked from commit c88b29c506)

PR Close #61056
2025-04-30 12:02:03 -07:00

6 lines
125 B
Text

load("//integration:index.bzl", "ng_integration_test")
ng_integration_test(
name = "test",
setup_chromium = True,
)