feat(upgrade): updated up to angular 11 tests are failed

This commit is contained in:
vs
2021-06-09 16:39:11 +03:00
parent 8171bc831b
commit ce9dc20056
6 changed files with 15064 additions and 10041 deletions

View File

@@ -11,7 +11,7 @@ declare const PR:any;
// declare const global:any;
declare module jasmine {
interface Matchers {
interface Matchers<T> {
toHaveCssClass(expected: any): boolean;
}
}