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 Mar 21, 2021. It is now read-only.
Overview of the issue
In update management spec, when the entity has got a
many-to-many
relationship and isowner-side
, there is a Jest error:Reproduce the error
It can be reproduce with https://github.com/jhipster/jdl-samples/blob/master/microservices-blog-store.jh#L52-L83.
Suggest a Fix
In the test, many-to-many should be initialized, like this:
For that, we should iterate on the many-to-many relationships in this test and this test like we do for the implementation.
The text was updated successfully, but these errors were encountered: