feat(blueprints): add enum blueprint.#726
feat(blueprints): add enum blueprint.#726Brocco merged 1 commit intoangular:masterfrom devversion:feat/add-enum-blueprint
Conversation
| it('should properly exist', () => { | ||
| expect(<%= classifiedModuleName %>).toBeTruthy(); | ||
| }); | ||
| }); |
There was a problem hiding this comment.
It is not necessary to add a spec file for enums, nothing is executed so there is no logic to test.
There was a problem hiding this comment.
I agree. I just thought, there have to be some tests, as in the other blueprints. But you're right for enums it doesn't make any sense.
|
Can you also please add an alias of Also, please rebase this on top of the latest master. |
* Adds a basic blueprint for a typescript enum. Closes #707
|
@Brocco Sure. Updated now :) |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Not sure, whether the test is a good approach.
It would be better to check for a valid enum value, but I didn't do that - because all other blueprints didn't have values inside of a blueprint.
Closes #707