diff --git a/modules/angular2/src/test_lib/test_bed.js b/modules/angular2/src/test_lib/test_bed.js index d73c6e5496..08ccb03930 100644 --- a/modules/angular2/src/test_lib/test_bed.js +++ b/modules/angular2/src/test_lib/test_bed.js @@ -74,8 +74,7 @@ export class TestBed { * @return {Promise} */ createView(component: Type, - {context = null, html = null}: {context:any, html: string} = {}): Promise { - + {context = null, html = null}: {context:any, html: string} = {}): Promise { if (isBlank(component) && isBlank(context)) { throw new BaseException('You must specified at least a component or a context'); }