You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Can't bind to 'unknownProperty' since it isn't a know property of the 'div' element and there are no matching directives with a corresponding property`);
32
-
});
33
-
34
-
it('should allow unknown properties if a directive uses it',()=>{
`Can't bind to 'unknownProperty' since it isn't a know property of the 'some-custom' element and there are no matching directives with a corresponding property`);
`Can't bind to 'unknownProperty' since it isn't a know property of the 'div' element and there are no matching directives with a corresponding property`);
33
+
});
34
+
35
+
it('should allow unknown properties if a directive uses it',()=>{
`Can't bind to 'unknownProperty' since it isn't a know property of the 'some-custom' element and there are no matching directives with a corresponding property`);
55
+
});
56
+
57
+
});
58
+
}
57
59
58
60
describe('property normalization',()=>{
59
61
it('should normalize "innerHtml" to "innerHTML"',()=>{
0 commit comments