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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
When a model is initialised with an Array, the model instances can be created properly, but an Error will be thrown when the helper tries to destroy them. For example, the following code created to model instances:
When a model is initialised with an Array, the model instances can be created properly, but an Error will be thrown when the
helper
tries to destroy them. For example, the following code created to model instances:The afterEach method willl fail because the array does not have a destroy method:
we should test if it is an array and handle it properly. E.g.
The text was updated successfully, but these errors were encountered: