angular-cn/packages/upgrade/static/test/integration
George Kalpakas 2236ea4359 test(upgrade): rename `angular.module()` to `angular.module_()` (#30126)
With #30058, the ngUpgrade internal `angular.module()` method was
renamed to `angular.module_()` (to avoid a webpack bug).

Merging #29794 afterwards resulted in some broken tests, because it
still used the old `angular.module()` method name. (The PR had been
tested on CI against a revision that did not contain the rename.)

This commit fixes the broken tests by renaming the remaining occurrences
of `angular.module()`.

PR Close #30126
2019-04-25 12:01:18 -07:00
..
change_detection_spec.ts test(upgrade): rename `angular.module()` to `angular.module_()` (#30126) 2019-04-25 12:01:18 -07:00
content_projection_spec.ts refactor(upgrade): rename `module` constant to avoid webpack bug (#30058) 2019-04-24 17:03:51 -07:00
downgrade_component_spec.ts refactor(upgrade): rename `module` constant to avoid webpack bug (#30058) 2019-04-24 17:03:51 -07:00
downgrade_module_spec.ts refactor(upgrade): rename `module` constant to avoid webpack bug (#30058) 2019-04-24 17:03:51 -07:00
examples_spec.ts refactor(upgrade): rename `module` constant to avoid webpack bug (#30058) 2019-04-24 17:03:51 -07:00
injection_spec.ts refactor(upgrade): rename `module` constant to avoid webpack bug (#30058) 2019-04-24 17:03:51 -07:00
static_test_helpers.ts refactor(upgrade): use Bazel packages to avoid symlinks in the source (#29466) 2019-04-02 10:38:01 -07:00
testability_spec.ts refactor(upgrade): rename `module` constant to avoid webpack bug (#30058) 2019-04-24 17:03:51 -07:00
upgrade_component_spec.ts refactor(upgrade): rename `module` constant to avoid webpack bug (#30058) 2019-04-24 17:03:51 -07:00