In tests it would be nice to throw an error if the property isn't of its expected type. It would be nice if this could be scoped to our own components and not 3rd party ones using 3rd party components, but thats not necesary. People are already turning `console.warning` calls to throw errors, so this would be a nice upgrade for them.
In tests it would be nice to throw an error if the property isn't of its expected type.
It would be nice if this could be scoped to our own components and not 3rd party ones using 3rd party components, but thats not necesary.
People are already turning
console.warningcalls to throw errors, so this would be a nice upgrade for them.