mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8305e50f8e
Trigger an error when attempting to enable size-tracking for a project not listed in the integration-payload.json file. Before this update, size-checks would succeed even if the project wasn't included in the file size limit. PR Close #55708
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,
|
|
)
|