I'm creating a JHipster Blueprint and I would like to add unit tests in order to have reliable tests and a short feedback loop.
However neither the official showcase blueprint nor the JHipster blueprint generator have unit tests using mocha or yeoman-test framework (I think they rely on Travis, but it's more integration tests).
Is there's an easy way to test a blueprint?
I believe the difficulty is that blueprints highly depends on JHipster sub-generator they overrides, so that means the tests should also run the JHipster sub-generator in the context of the blueprint.