-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Currently, errors array of API instance contains exceptions, rejections and failed tests. As a consequence, items can be different from one another and we have to detect what's what in a loop.
We need to standardize the items in errors array, so that it's easily "forEachable" and all items have the same properties.