fix(compiler): add first bazel test for ng_module (#19703)

We were missing quite a bit of test coverage,
this is the start of recreating it.
PR Close #19703
This commit is contained in:
Tobias Bosch
2017-10-13 09:03:28 -07:00
parent 621f87b2bd
commit ad130d62d8
14 changed files with 376 additions and 5 deletions

View File

@ -12,6 +12,7 @@ filegroup(
# This won't scale in the general case.
# TODO(alexeagle): figure out what to do
srcs = glob(["/".join(["node_modules", pkg, "**", ext]) for pkg in [
"jasmine",
"typescript",
"zone.js",
"rxjs",