Skip to content

Commit

Permalink
test(zone.js): sets rollup_bundle to use the --silent flag in karma t…
Browse files Browse the repository at this point in the history
…ests (angular#35881)

PR Close angular#35881
  • Loading branch information
josephperrott authored and matsko committed Mar 6, 2020
1 parent b42e2e0 commit a1b9061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/zone.js/test/karma_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def karma_test_prepare(name, env_srcs, env_deps, env_entry_point, test_srcs, tes
testonly = True,
sourcemap = "false",
entry_point = env_entry_point,
silent = True,
deps = [
":" + name + "_env",
"@npm//rollup-plugin-commonjs",
Expand All @@ -28,6 +29,7 @@ def karma_test_prepare(name, env_srcs, env_deps, env_entry_point, test_srcs, tes
rollup_bundle(
name = name + "_rollup",
testonly = True,
silent = True,
sourcemap = "false",
entry_point = test_entry_point,
config_file = "//packages/zone.js:rollup-es5.config.js",
Expand Down

0 comments on commit a1b9061

Please sign in to comment.