test boundary refactoring and main() invocation (0826)

This commit is contained in:
Jason Choi
2016-08-26 12:02:42 -07:00
parent 7c07bfff97
commit 23a942ddec
188 changed files with 618 additions and 315 deletions

View File

@ -12,8 +12,8 @@ import {getDOM} from '@angular/platform-browser/src/dom/dom_adapter';
import {DomEventsPlugin} from '@angular/platform-browser/src/dom/events/dom_events';
import {EventManager, EventManagerPlugin} from '@angular/platform-browser/src/dom/events/event_manager';
import {ListWrapper, Map} from '../../../src/facade/collection';
import {el} from '../../../testing/browser_util';
import {ListWrapper, Map} from '@angular/facade/src/collection';
import {el} from '@angular/platform-browser/testing/browser_util';
export function main() {
var domEventPlugin: any /** TODO #9100 */;
@ -110,3 +110,5 @@ class FakeNgZone extends NgZone {
runOutsideAngular(fn: any /** TODO #9100 */) { return fn(); }
}
main();

View File

@ -60,3 +60,5 @@ export function main() {
});
}
main();