sl-ember-components icon indicating copy to clipboard operation
sl-ember-components copied to clipboard

Do we need to make our assertions more robust?

Open notmessenger opened this issue 9 years ago • 0 comments

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?

notmessenger avatar Aug 25 '15 17:08 notmessenger