test boundary refactoring and main() invocation (0826)
This commit is contained in:
@ -15,7 +15,7 @@ import {By} from '@angular/platform-browser/src/dom/debug/by';
|
||||
import {getDOM} from '@angular/platform-browser/src/dom/dom_adapter';
|
||||
import {dispatchEvent} from '@angular/platform-browser/testing/browser_util';
|
||||
|
||||
import {ListWrapper} from '../src/facade/collection';
|
||||
import {ListWrapper} from '@angular/facade/src/collection';
|
||||
|
||||
export function main() {
|
||||
describe('template-driven forms integration tests', () => {
|
||||
@ -796,3 +796,5 @@ function sortedClassList(el: HTMLElement) {
|
||||
ListWrapper.sort(l);
|
||||
return l;
|
||||
}
|
||||
|
||||
main();
|
||||
|
Reference in New Issue
Block a user