refactor(change detect): Clean up change detector test layout

- Rename simple_watch_config > change_detector_config
- Add a bunch of comments explaining what's going on with the change
  detector tests.

Closes #2468
This commit is contained in:
Tim Blasi
2015-06-10 14:56:08 -07:00
committed by Tobias Bosch
parent 94272af45b
commit 76beaa2097
5 changed files with 26 additions and 6 deletions
@@ -1,4 +1,5 @@
// Ignore me, needed to support Angular 2 Dart.
// See ../change_detector_spec for more details.
export function getFactoryById(id: string) {
return null;