angular-cn/modules/@angular/core/test
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
..
animation refactor(compiler): Change arguments of `CompilerConfig` to named arguments 2016-06-13 13:14:07 -07:00
change_detection fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
debug refactor(ViewBuilder): cleanup 2016-06-14 19:11:30 -07:00
di fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
dom style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
facade style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
linker fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
metadata style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
profile repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
reflection chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00
testability style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
util style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
zone style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
application_ref_spec.ts refactor: misc cleanup 2016-06-23 08:56:10 -07:00
dev_mode_spec.ts cleanup(router): removes router 2016-06-20 08:47:54 -07:00
directive_lifecycle_integration_spec.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
fake_async_spec.ts cleanup(router): removes router 2016-06-20 08:47:54 -07:00
forward_ref_integration_spec.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
forward_ref_integration_spec.ts refactor: misc cleanup 2016-06-23 08:56:10 -07:00
matchers_spec.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
spies.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
spies.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
testing_internal_spec.ts fix(testing): remove the `toMatchPattern` matcher (jasmine has `toMatch`) 2016-06-23 08:58:28 -07:00
tsconfig.json repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00