I am attempting to setup a reverse relationship in order to validate against the parent model. My code works when run normally in the browser; however, Jasmine consistently fails and times out after 10s.
My changes and broken build can be seen at edx/ecommerce#291.
Any ideas why the tests time out? Also, is there an official mailing list where I should direct this question?
Given the lack of response, I ended up abandoning the reverseRelation and simply looked up the related model by its ID. It would be nice to use reverseRelation.
I am attempting to setup a reverse relationship in order to validate against the parent model. My code works when run normally in the browser; however, Jasmine consistently fails and times out after 10s.
My changes and broken build can be seen at edx/ecommerce#291.
Any ideas why the tests time out? Also, is there an official mailing list where I should direct this question?