mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
11 lines
264 B
Text
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",
|
|
)
|