sl-ember-components
sl-ember-components copied to clipboard
Do we need to make our assertions more robust?
In scenarios where an argument can be an array of objects we have only been asserting that the argument is an array, and not that each element inside of it is an object, or that as we are attempting to do something object-related to the element(s) in a loop, we aren't running an assertion at that time. Should we?