Allow writing unit tests with yeoman-test when developing blueprints, invoking the main JHipster subgenerator while loading the blueprint subgenerator using .withGenerators(...).
Motivation for or Use Case
Writing such test in blueprint module currently doesn't work:
Overview of the feature request
Allow writing unit tests with yeoman-test when developing blueprints, invoking the main JHipster subgenerator while loading the blueprint subgenerator using .withGenerators(...).
Motivation for or Use Case
Writing such test in blueprint module currently doesn't work:
You end up with an error:
Related issues or PR
None that I know.