angular-cn/modules/@angular/core/test/linker
Victor Berchet e1e5c40ef7 fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`)
BREAKING CHANGE:

Before:

    expect(...).toThrowErrorWith(msg);

After:

    expect(...).toThrowError(msg);
2016-06-23 08:58:52 -07:00
..
change_detection_integration_spec.ts fix(change_detection): ChangeDetectorRef reattach should restore original mode 2016-06-17 15:00:41 -07:00
dynamic_component_loader_spec.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
integration_dart_spec.dart refactor(chore): Replace all 'bindings' with 'providers' 2016-05-23 13:31:08 -07:00
integration_spec.ts refactor: delete containsRegexp() (there is escapeRegExp() in the lang facade) 2016-06-21 09:15:21 -07:00
ng_container_integration_spec.ts test(ng-container): test nesting ng-containers 2016-06-15 18:13:57 -07:00
projection_integration_spec.ts refactor(ViewBuilder): cleanup 2016-06-14 19:11:30 -07:00
query_integration_spec.ts refactor(ViewBuilder): cleanup 2016-06-14 19:11:30 -07:00
query_list_spec.ts feat(QueryList): implement some() (#9464) 2016-06-22 13:13:31 -07:00
reflector_component_resolver_spec.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
regression_integration_spec.ts fix(Compiler): relax childIsRecursive check (#8705) 2016-06-22 07:02:11 -07:00
security_integration_spec.ts fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
view_injector_integration_spec.ts refactor: delete containsRegexp() (there is escapeRegExp() in the lang facade) 2016-06-21 09:15:21 -07:00