In Rails, it's possible to invoke a generator command but tell it to not generate any tests via --skip-test-framework
or --no-test-framework
.
Is there a similar flag for Ember CLI?
For example, if I want to ember generate controller MyController
and NOT have it auto-generate a test for that controller, is there a flag I can pass?
Aucun commentaire:
Enregistrer un commentaire