angular-docs-cn/modules/@angular/common/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
..
directives feat(I18N Expander): do not add extra `<ul>` & `<li>` around ICU messages (#9283) 2016-06-17 11:38:24 -07:00
forms-deprecated fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
pipes bug(datePipe): date format pipe's 2-digit interpretation of minutes and seconds (#9338) 2016-06-18 09:03:58 -07:00
spies.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
spies.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00