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
Hello,
I've encountered an issue when using shallow-render with Angular 16.
In Angular 16, @input properties can have a required option. However, when I try to bind these properties in my tests, I get this: InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': '[[object' is not a valid attribute name.
Hello,
I've encountered an issue when using shallow-render with Angular 16.
In Angular 16, @input properties can have a required option. However, when I try to bind these properties in my tests, I get this:
InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': '[[object' is not a valid attribute name.
Ex:
Then on the test file:
Can you look into it?
The text was updated successfully, but these errors were encountered: