mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7f5ae52c02
This commit introduces a new integration test to ensure signal inputs work as expected for end uses in Angular CLI applications. PR Close #53808
7 lines
125 B
Python
7 lines
125 B
Python
load("//integration:index.bzl", "ng_integration_test")
|
|
|
|
ng_integration_test(
|
|
name = "test",
|
|
setup_chromium = True,
|
|
)
|