Load documents in TS/JS for unit tests

Is there a way to easily load data models and documents for Mocha unit tests? Ideally, something where I could pass in the XML for a model and the document and end up with a root GroupInstance.

Hi @marcel-calm-dew, imho, you should use A12 converter tool to convert xml to json before running Mocha tests.
You can find example code (for gradle) [here]<INTERNAL_LINK>

Thank you! That looks helpful.