angular-cn/modules/@angular/compiler/test/animation
Victor Berchet 6420f75320 fix(testing): remove the `toMatchPattern` matcher (jasmine has `toMatch`)
BREAKING CHANGE:

Before:

    expect(...).toMatchPattern(pattern);

After:

    expect(...).toMatch(pattern);
2016-06-23 08:58:28 -07:00
..
animation_compiler_spec.ts fix(testing): remove the `toMatchPattern` matcher (jasmine has `toMatch`) 2016-06-23 08:58:28 -07:00
animation_parser_spec.ts fix(testing): remove the `toMatchPattern` matcher (jasmine has `toMatch`) 2016-06-23 08:58:28 -07:00