mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Add an integration test to verify SSR with zoneless
(cherry picked from commit c88b29c506)
PR Close #61056
6 lines
125 B
Text
6 lines
125 B
Text
load("//integration:index.bzl", "ng_integration_test")
|
|
|
|
ng_integration_test(
|
|
name = "test",
|
|
setup_chromium = True,
|
|
)
|