angular-docs-cn/modules/@angular/platform-browser/testing
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
..
benchmark_util.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
browser.ts fix: split dynamic bits in platform-browser into platform-browser-dynamic 2016-06-14 15:31:24 -07:00
browser_util.ts test(DatePipe): fixes 2016-06-17 15:48:26 -07:00
e2e_util.ts refactor(TypeScript): Add noImplicitAny 2016-06-08 16:20:50 -07:00
matchers.ts fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
mock_dom_animate_player.ts fix(animations): ensure the web-animations driver converts style props to camel-case 2016-06-10 22:54:10 -07:00
perf_util.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00