build(bazel): ran buildifier (#24279)

PR Close #24279
This commit is contained in:
Greg Magolan 2018-06-04 15:00:06 -07:00 committed by Victor Berchet
parent 3e938279d0
commit 678fd32406
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ ts_web_test_suite(
name = "test_web", name = "test_web",
static_files = [ static_files = [
"//packages/platform-browser/test:static_assets/test.html", "//packages/platform-browser/test:static_assets/test.html",
"//packages/platform-browser/test:browser/static_assets/200.html" "//packages/platform-browser/test:browser/static_assets/200.html",
], ],
deps = [ deps = [
":test_lib", ":test_lib",

View File

@ -2,8 +2,8 @@ load("//tools:defaults.bzl", "ts_library", "ts_web_test_suite")
load("@build_bazel_rules_nodejs//:defs.bzl", "jasmine_node_test") load("@build_bazel_rules_nodejs//:defs.bzl", "jasmine_node_test")
exports_files([ exports_files([
"browser/static_assets/200.html", "browser/static_assets/200.html",
"static_assets/test.html", "static_assets/test.html",
]) ])
ts_library( ts_library(
@ -41,7 +41,7 @@ jasmine_node_test(
ts_web_test_suite( ts_web_test_suite(
name = "test_web", name = "test_web",
static_files = [ static_files = [
":static_assets/test.html" ":static_assets/test.html",
], ],
deps = [ deps = [
":test_lib", ":test_lib",