angular-docs-cn/modules/@angular/common/test/forms-deprecated
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_spec.ts fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
form_builder_spec.ts refactor: add types (#9288) 2016-06-17 10:57:32 -07:00
integration_spec.ts fix(testing): remove the `toThrowErrorWith` matcher (jasmine has `toThrowError`) 2016-06-23 08:58:52 -07:00
model_spec.ts chore(forms): rename Control, ControlGroup, and ControlArray classes 2016-06-10 12:00:18 -07:00
validators_spec.ts chore(forms): rename Control, ControlGroup, and ControlArray classes 2016-06-10 12:00:18 -07:00